-RHEL4(chkconfigコマンド用)
# chkconfig: - 85 15 <-起動/停止順序を絶対的に指定
# description: Apache is a World Wide Web server. It is used toserve HTML files and CGI.
# processname: httpd
:
-SLES9(insservコマンド用)
:
### BEGIN INIT INFO
# Provides: apache2 httpd2
# Required-Start: $local_fs$remote_fs$network <-起動順序を相対的に指定
# Required-Stop: $local_fs$remote_fs$network <-停止順序を相対的に指定
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: Apache2 httpd
# Description: Start the httpddaemon Apache 2
### END INIT INFO
: