如何新增一個自己的/etc/rc.d script ?

常言道:『飲水思源』,在 Open Source 的世界裡,我們常常需要別人的幫助,但是在您有所心得的時候請記得分享給大家,『幫助人是快樂的喔』。歡迎您在使用 debian 的過程中的任何心得分享給大家。

re:如何新增一個自己的/etc/rc.d script ?

文章阿信 » 週日 8月 10, 2003 7:35 pm

小弟新灌的debian unstable也是沒有rc.boot。

難道...或許rc.boot已經被移掉了,畢竟已經有rcS.d了
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:如何新增一個自己的/etc/rc.d script ?

文章kahn » 週六 12月 13, 2003 7:25 pm

要如何寫個能/etc/init.d/xxx restart 的script
頭像
kahn
活潑的高中生
活潑的高中生
 
文章: 350
註冊時間: 週三 9月 04, 2002 10:52 pm
來自: 彰化

re:如何新增一個自己的/etc/rc.d script ?

文章kanru » 週六 12月 13, 2003 10:42 pm

kahn 寫:要如何寫個能/etc/init.d/xxx restart 的script

/etc/init.d/ 下的script都可以參考囉...
可以寫成像是這樣
代碼: 選擇全部
#!/bin/sh
case "$1" in
start)
   code....
restart)
   code....
stop)
   code....
esac
exit 0

其他就自己變化
頭像
kanru
榮譽學長
榮譽學長
 
文章: 578
註冊時間: 週六 7月 12, 2003 12:09 pm

re:如何新增一個自己的/etc/rc.d script ?

文章kibymo » 週五 12月 26, 2003 1:59 am

小弟新灌的debian testing也是沒有rc.boot。
kibymo
懵懂的國中生
懵懂的國中生
 
文章: 114
註冊時間: 週六 12月 13, 2003 10:06 pm

re:如何新增一個自己的/etc/rc.d script ?

文章阿信 » 週五 12月 26, 2003 10:34 am

kibymo 寫:小弟新灌的debian testing也是沒有rc.boot。


testing已經沒有rc.boot了

請將script加入到 /etc/rcS.d/中吧(S:single mode)
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:如何新增一個自己的/etc/rc.d script ?

文章louie » 週五 12月 26, 2003 2:39 pm

不過還是建議用 update-rc.d
因為在將來的 debian 有可能會將 /etc/rc.boot 的功能取消掉
在 /etc/init.d/rcS 中有說明是為了相容而保留 rc.boot 的
# For compatibility, run the files in /etc/rc.boot too.
#
[ -d /etc/rc.boot ] && run-parts /etc/rc.boot

另外參考
先裝 debian-policy
zless /usr/share/doc/debian-policy/policy.txt.gz

看 9.3.4
9.3.4. Boot-time initialization
-------------------------------

There used to be another directory, `/etc/rc.boot', which contained
scripts which were run once per machine boot. This has been
deprecated in favour of links from `/etc/rcS.d' to files in
`/etc/init.d' as described in Section 9.3.1, `Introduction'. Packages
must not place files in `/etc/rc.boot'.
louie
快樂的大學生
快樂的大學生
 
文章: 593
註冊時間: 週一 9月 09, 2002 7:58 pm

re:如何新增一個自己的/etc/rc.d script ?

文章woood » 週二 3月 02, 2004 9:22 pm

我是下 -k 的选项的,好象这样就可以保存在rc.d里了吧
woood
可愛的小學生
可愛的小學生
 
文章: 23
註冊時間: 週四 2月 12, 2004 1:44 pm

上一頁

回到 share

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客