summaryrefslogtreecommitdiffstats
path: root/remote/modules/sssd/templates
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/sssd/templates')
-rw-r--r--remote/modules/sssd/templates/sssd-systemd.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/remote/modules/sssd/templates/sssd-systemd.service b/remote/modules/sssd/templates/sssd-systemd.service
new file mode 100644
index 00000000..8cfd1a2e
--- /dev/null
+++ b/remote/modules/sssd/templates/sssd-systemd.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=System Security Services Daemon
+# SSSD will not be started until syslog is
+After=syslog.target
+
+[Service]
+EnvironmentFile=-/etc/sysconfig/sssd
+ExecStart=%PATH% -D -f
+# These two should be used with traditional UNIX forking daemons
+# consult systemd.service(5) for more details
+Type=forking
+PIDFile=/var/run/sssd.pid
+
+[Install]
+WantedBy=multi-user.target