From 983f86ebe8aa13e6134ffebd3d30065b0e74bd68 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 4 Feb 2016 13:12:50 +0100 Subject: [sssd] configure sssd.service to always restart --- remote/modules/sssd/templates/sssd-systemd.service | 1 + 1 file changed, 1 insertion(+) (limited to 'remote/modules') diff --git a/remote/modules/sssd/templates/sssd-systemd.service b/remote/modules/sssd/templates/sssd-systemd.service index 8cfd1a2e..0f3e44dc 100644 --- a/remote/modules/sssd/templates/sssd-systemd.service +++ b/remote/modules/sssd/templates/sssd-systemd.service @@ -10,6 +10,7 @@ ExecStart=%PATH% -D -f # consult systemd.service(5) for more details Type=forking PIDFile=/var/run/sssd.pid +Restart=always [Install] WantedBy=multi-user.target -- cgit v1.2.3-55-g7522