summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-04-08 11:42:02 +0200
committerStephen Gallagher <sgallagh@redhat.com>2009-04-13 13:01:45 -0400
commit7f30afc487f4d9bd7ecda76f1216202181d4e426 (patch)
treeb8441a9f7486c47366b7a11d2e955db3ad37f4b7
parentd497830d687951be2d49df1a9fa3cce57268670f (diff)
downloadsssd-7f30afc487f4d9bd7ecda76f1216202181d4e426.tar.gz
sssd-7f30afc487f4d9bd7ecda76f1216202181d4e426.tar.xz
sssd-7f30afc487f4d9bd7ecda76f1216202181d4e426.zip
Add a LSB header to the initscript
-rw-r--r--server/sysv/sssd14
1 files changed, 14 insertions, 0 deletions
diff --git a/server/sysv/sssd b/server/sysv/sssd
index c1364b905..9facb441d 100644
--- a/server/sysv/sssd
+++ b/server/sysv/sssd
@@ -9,6 +9,20 @@
# basis to provide client auditing and policy services for projects
# like FreeIPA.
#
+### BEGIN INIT INFO
+# Provides: sssd
+# Required-Start: $remote_fs $time
+# Should-Start: $syslog
+# Should-Stop: $null
+# Required-Stop: $null
+# Short-Description: System Security Services Daemon
+# Description: Provides a set of daemons to manage access to remote directories
+# and authentication mechanisms. It provides an NSS and PAM
+# interface toward the system and a pluggable backend system to
+# connect to multiple different account sources. It is also the
+# basis to provide client auditing and policy services for projects
+# like FreeIPA.
+### END INIT INFO
RETVAL=0
prog="sssd"