mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
13 lines
314 B
Desktop File
13 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
|