Files
lan-mouse/service/lan-mouse.service
Ferdinand Schober 006831b9f1 add systemd user service definition
ref #76
ref #49
2024-01-21 20:44:09 +01:00

14 lines
314 B
Desktop File

[Unit]
Description=Lan Mouse
# lan mouse needs an active graphical session
After=graphical-session.target
# make sure the service terminates with the graphical session
BindsTo=graphical-session.target
[Service]
ExecStart=/usr/bin/lan-mouse --daemon
Restart=on-failure
[Install]
WantedBy=graphical-session.target