Merge pull request #2794 from rumpelsepp/master
systemd: Add syncthing-resume.service
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Restart Syncthing after resume
|
||||||
|
After=suspend.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/usr/bin/pkill -HUP -x syncthing
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=suspend.target
|
||||||
Reference in New Issue
Block a user