This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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
|
|
|
|
|
ExecStart=/usr/bin/pkill -HUP -x syncthing
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=suspend.target
|