mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-06 05:17:49 +00:00
ef35a7a4cb
Skip-check: authors GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4037
12 lines
201 B
Desktop File
12 lines
201 B
Desktop File
[Unit]
|
|
Description=Restart Syncthing after resume
|
|
Documentation=man:syncthing(1)
|
|
After=sleep.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=-/usr/bin/pkill -HUP -x syncthing
|
|
|
|
[Install]
|
|
WantedBy=sleep.target
|