mirror of https://github.com/wayvr-org/wayvr.git
contrib: add systemd service for Monado autostart
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
64b3263309
commit
022ae53aea
|
|
@ -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
|
||||||
Loading…
Reference in New Issue