diff --git a/etc/linux-systemd/system/syncthing-resume.service b/etc/linux-systemd/system/syncthing-resume.service index fddeaf43a..8881e7a2d 100644 --- a/etc/linux-systemd/system/syncthing-resume.service +++ b/etc/linux-systemd/system/syncthing-resume.service @@ -1,11 +1,11 @@ [Unit] Description=Restart Syncthing after resume Documentation=man:syncthing(1) -After=suspend.target +After=sleep.target [Service] Type=oneshot ExecStart=-/usr/bin/pkill -HUP -x syncthing [Install] -WantedBy=suspend.target +WantedBy=sleep.target