Files
lan-mouse/service/lan-mouse.service
Ferdinand Schober 2f6a3629ad remove cli frontend in favour of cli subcommand (#278)
this removes the cli frontend entirely, replacing it with a subcommand instead
2025-03-15 18:20:25 +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