電気ウナギ的○○

About Home

chkconfig --add するためのスクリプト

shinoda (2008年12月 6日 09:23)

いつも、「えーと、どうだったかな」と忘れちゃうのでメモ。

ソースから make してインストールしたサービスを chkconfig --add するためのスクリプトの書き方。

起動スクリプトのコメントに、以下のような情報を書くのを忘れるな。

(例)

#!/bin/sh
#
# postgres - This script is used to start/stop
#            the postgreSQL listener process.
# chkconfig: 345 85 15
# description: Starts and stops the PostgreSQL backend daemon\
#              that handles all database requests.
# processname: postmaster
#

# chkconfig: 345 85 15

345は起動ランレベル
85は起動時優先順位
15は停止時優先順位

これ書いておかんと、chkconfig --add できんよ。

電気ウナギ的○○

電気ウナギ的○○

About Back

コメント(0)

電気ウナギ的○○

電気ウナギ的○○

About Back

トラックバック(0)

トラックバックURL: https://blog.netandfield.com/mt/mt-tb.cgi/273

電気ウナギ的○○

About This Site

電気ウナギ的○○
岩国在住。広島で働く超零細IT企業社長のいわゆる社長日記。
何か、酒と食い物のことばかり書いているようで・・・お察しのとおり、肥満体です:-)


2011/06/24
iPhone用サイト公開

Create with jQuery, jQTouch.


CLOSE