summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2016-02-04 13:24:53 +0100
committerJonathan Bauer2016-02-04 13:24:53 +0100
commit11fd61b6bdc86536cdd25393f9c551191d60d33c (patch)
tree089383316b453363f9575977b20b35dddd6a717c
parent[sssd] configure sssd.service to always restart (diff)
downloadtm-scripts-11fd61b6bdc86536cdd25393f9c551191d60d33c.tar.gz
tm-scripts-11fd61b6bdc86536cdd25393f9c551191d60d33c.tar.xz
tm-scripts-11fd61b6bdc86536cdd25393f9c551191d60d33c.zip
[sssd] relax restart condition
-rw-r--r--remote/modules/sssd/templates/sssd-systemd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/sssd/templates/sssd-systemd.service b/remote/modules/sssd/templates/sssd-systemd.service
index 0f3e44dc..9132d64a 100644
--- a/remote/modules/sssd/templates/sssd-systemd.service
+++ b/remote/modules/sssd/templates/sssd-systemd.service
@@ -10,7 +10,7 @@ ExecStart=%PATH% -D -f
# consult systemd.service(5) for more details
Type=forking
PIDFile=/var/run/sssd.pid
-Restart=always
+Restart=on-failure
[Install]
WantedBy=multi-user.target