galister / wlx-overlay-s

Access your Wayland/X11 desktop from Monado/WiVRn/SteamVR. Now with Vulkan!
GNU General Public License v3.0
194 stars 26 forks source link

contrib: add systemd service for Monado autostart #83

Closed Scrumplex closed 1 month ago

Scrumplex commented 1 month ago

Using this service file, we can autostart wlx-overlay-s alongside Monado's systemd service.

A packager should substitute @prefix@ with the installation prefix of the binary and place the file in one of systemd's user services directories (i.e. /usr/share/systemd/user/).

Users can then make sure the service is enabled using systemctl --user enable wlx-overlay-s.service and just start Monado using systemctl --user start monado.service.

galister commented 1 month ago

thanks!