contrib: add systemd service for Monado autostart
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
12
contrib/wlx-overlay-s.service
Normal file
12
contrib/wlx-overlay-s.service
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user