Files
syncthing-arm/etc/linux-systemd/system/syncthing-resume.service
T

12 lines
201 B
Desktop File
Raw Normal View History

2016-02-22 09:51:14 +01:00
[Unit]
Description=Restart Syncthing after resume
Documentation=man:syncthing(1)
After=sleep.target
2016-02-22 09:51:14 +01:00
[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=sleep.target