2016-02-22 09:51:14 +01:00
|
|
|
[Unit]
|
|
|
|
|
Description=Restart Syncthing after resume
|
2016-05-17 20:19:35 +00:00
|
|
|
Documentation=man:syncthing(1)
|
2016-02-22 09:51:14 +01:00
|
|
|
After=suspend.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=oneshot
|
2016-09-28 10:21:15 +00:00
|
|
|
ExecStart=-/usr/bin/pkill -HUP -x syncthing
|
2016-02-22 09:51:14 +01:00
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=suspend.target
|