From 7f30afc487f4d9bd7ecda76f1216202181d4e426 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 8 Apr 2009 11:42:02 +0200 Subject: Add a LSB header to the initscript --- server/sysv/sssd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'server') diff --git a/server/sysv/sssd b/server/sysv/sssd index c1364b90..9facb441 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" -- cgit