summaryrefslogtreecommitdiffstats
path: root/remote/modules/sssd/templates
diff options
context:
space:
mode:
authorJonathan Bauer2015-01-28 15:25:53 +0100
committerroot2015-01-28 15:25:53 +0100
commit7eac8d46d803b63f7f786246b4eecbe146726251 (patch)
tree5f937c9d2f72d86e66a9319b23d4236792491799 /remote/modules/sssd/templates
parent[pam/nlscd] split nslcd stuff to its own module (diff)
downloadtm-scripts-7eac8d46d803b63f7f786246b4eecbe146726251.tar.gz
tm-scripts-7eac8d46d803b63f7f786246b4eecbe146726251.tar.xz
tm-scripts-7eac8d46d803b63f7f786246b4eecbe146726251.zip
[sssd] new module for sssd, work in progress.
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