Ignore pkill error on resume

The ```syncthing-resume.service``` will show as a failed service in case
there are no syncthing processes running after resume but it can be
safely ignored because it makes no difference.

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3630
This commit is contained in:
Peter Hoeg 2016-09-28 10:21:15 +00:00 committed by Audrius Butkevicius
parent d5a0f91cb4
commit 50190236bb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ After=suspend.target
[Service]
Type=oneshot
ExecStart=/usr/bin/pkill -HUP -x syncthing
ExecStart=-/usr/bin/pkill -HUP -x syncthing
[Install]
WantedBy=suspend.target