diff options
| author | Jonathan Bauer | 2016-02-04 13:24:53 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2016-02-04 13:24:53 +0100 |
| commit | 11fd61b6bdc86536cdd25393f9c551191d60d33c (patch) | |
| tree | 089383316b453363f9575977b20b35dddd6a717c /remote/modules | |
| parent | [sssd] configure sssd.service to always restart (diff) | |
| download | tm-scripts-11fd61b6bdc86536cdd25393f9c551191d60d33c.tar.gz tm-scripts-11fd61b6bdc86536cdd25393f9c551191d60d33c.tar.xz tm-scripts-11fd61b6bdc86536cdd25393f9c551191d60d33c.zip | |
[sssd] relax restart condition
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/sssd/templates/sssd-systemd.service | 2 |
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 |
