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.
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 usingsystemctl --user start monado.service
.