Files
lan-mouse/service/lan-mouse.service
Ferdinand Schober 83c3319a26 update docs
2025-03-15 16:52:13 +01:00

14 lines
312 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