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