From 9e4cff178875d30b04236b52942e83459a641560 Mon Sep 17 00:00:00 2001 From: binary Date: Wed, 5 Aug 2020 15:52:14 +0200 Subject: Added restart on failure for all systemd services --- roles/setup_syncthing/templates/syncthing.service | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/setup_syncthing') diff --git a/roles/setup_syncthing/templates/syncthing.service b/roles/setup_syncthing/templates/syncthing.service index fe4c429..e6d5485 100644 --- a/roles/setup_syncthing/templates/syncthing.service +++ b/roles/setup_syncthing/templates/syncthing.service @@ -21,5 +21,8 @@ ExecStart={{ syncthing_bin_directory }}/syncthing ExecStop=/bin/kill -s HUP $MAINPID RuntimeDirectoryMode=0700 +Restart=on-failure +RestartSec=60s + [Install] WantedBy=default.target -- cgit v1.2.3