diff options
| author | Jonathan Bauer | 2015-01-28 15:25:53 +0100 |
|---|---|---|
| committer | root | 2015-01-28 15:25:53 +0100 |
| commit | 7eac8d46d803b63f7f786246b4eecbe146726251 (patch) | |
| tree | 5f937c9d2f72d86e66a9319b23d4236792491799 /remote/modules/sssd/templates | |
| parent | [pam/nlscd] split nslcd stuff to its own module (diff) | |
| download | tm-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.service | 15 |
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 |
