12 lines
201 B
SYSTEMD
12 lines
201 B
SYSTEMD
|
[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
|