diff options
-rw-r--r-- | conf/suse/server.init | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/suse/server.init b/conf/suse/server.init index aedb0c7c8..34200af88 100644 --- a/conf/suse/server.init +++ b/conf/suse/server.init @@ -9,6 +9,17 @@ # description: Server for the puppet system management tool. # processname: puppetmaster +### BEGIN INIT INFO +# Provides: puppetmaster +# Required-Start: $local_fs $network $syslog +# Should-Start: +# Required-Stop: +# Default-Start: 3 4 5 +# Default-Stop: 0 1 2 6 +# Short-Description: puppetmaster +# Description: Server for the puppet system management tool. +### END INIT INFO + # Shell functions sourced from /etc/rc.status: # rc_check check and set local and overall rc status # rc_status check and set local and overall rc status |