From 022ae53aea22ea0fffce7954d1fa9192502d0e96 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Wed, 16 Oct 2024 19:29:26 +0200 Subject: [PATCH] contrib: add systemd service for Monado autostart Signed-off-by: Sefa Eyeoglu --- contrib/wlx-overlay-s.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 contrib/wlx-overlay-s.service diff --git a/contrib/wlx-overlay-s.service b/contrib/wlx-overlay-s.service new file mode 100644 index 0000000..db93d03 --- /dev/null +++ b/contrib/wlx-overlay-s.service @@ -0,0 +1,12 @@ +[Unit] +Description=wlx-overlay-s - Lightweight OpenXR/OpenVR overlay for Wayland and X11 desktops +After=monado.service +BindsTo=monado.service +Requires=monado.socket +Requires=graphical-session.target + +[Service] +ExecStart=@prefix@/bin/wlx-overlay-s + +[Install] +WantedBy=monado.service