summaryrefslogtreecommitdiffstats
path: root/kadmind.init
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2009-04-20 20:32:02 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2009-04-20 20:32:02 +0000
commit724545eab6ef6f3fe51f2bc6c2578f4d19b5e506 (patch)
treeb1fb0bdff9d936a2abda0cea507357041cef665d /kadmind.init
parent980855a07a5793fdb29151b8e79eb92e891b7797 (diff)
downloadkrb5-724545eab6ef6f3fe51f2bc6c2578f4d19b5e506.tar.gz
krb5-724545eab6ef6f3fe51f2bc6c2578f4d19b5e506.tar.xz
krb5-724545eab6ef6f3fe51f2bc6c2578f4d19b5e506.zip
- add LSB-style informational headers to the init scripts
Diffstat (limited to 'kadmind.init')
-rwxr-xr-xkadmind.init11
1 files changed, 11 insertions, 0 deletions
diff --git a/kadmind.init b/kadmind.init
index d4b4949..bf1d834 100755
--- a/kadmind.init
+++ b/kadmind.init
@@ -11,6 +11,17 @@
# config: /etc/sysconfig/kadmin
#
+### BEGIN INIT INFO
+# Provides: kadmin
+# Required-Start: $local_fs $network
+# Required-Stop: $local_fs $network
+# Default-Stop: 0 1 2 3 4 5 6
+# Short-Description: start and stop the Kerberos 5 admin server
+# Description: The kadmind service allows administrators to remotely manage \
+# the Kerberos 5 realm database. It should only be run on a \
+# master KDC.
+### END INIT INFO
+
# Get config.
. /etc/sysconfig/network