Skip to content

Commit

Permalink
contrib: add systemd service for Monado autostart
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <[email protected]>
  • Loading branch information
Scrumplex authored and galister committed Oct 16, 2024
1 parent 64b3263 commit 022ae53
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions contrib/wlx-overlay-s.service
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 022ae53

Please sign in to comment.