etc: Remove restart on suspend systemd service (ref #8448) (#9611)

The option to do the same in our own monitor process has been removed a
long time ago.
This commit is contained in:
Simon Frei
2024-07-17 09:29:49 +03:00
committed by GitHub
parent 0b5ff1f5f7
commit 2e313716e5
2 changed files with 0 additions and 12 deletions
@@ -1,11 +0,0 @@
[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