mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
14 lines
312 B
Desktop File
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
|