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