mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-15 01:34:05 +00:00
73ae87fad1
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3109
12 lines
204 B
Desktop File
12 lines
204 B
Desktop File
[Unit]
|
|
Description=Restart Syncthing after resume
|
|
Documentation=man:syncthing(1)
|
|
After=suspend.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/pkill -HUP -x syncthing
|
|
|
|
[Install]
|
|
WantedBy=suspend.target
|