fix service unit again

This commit is contained in:
rustdesk 2024-05-03 04:51:01 +08:00
parent abbd4c8934
commit b471b934f2

View File

@ -7,9 +7,10 @@ After=systemd-user-sessions.service
Type=simple
ExecStart=/usr/bin/rustdesk --service
# kill --tray and --server both
# ExecStop=pkill -f "rustdesk --"
ExecStop=pkill -f "rustdesk --tray"
ExecStop=pkill -f "rustdesk --server"
ExecStop=pkill -f "rustdesk --"
# below two lines do not work, have to use above one line
#ExecStop=pkill -f "rustdesk --tray"
#ExecStop=pkill -f "rustdesk --server"
PIDFile=/run/rustdesk.pid
KillMode=mixed
TimeoutStopSec=30