「テンプレート:rc.d」の版間の差分

提供: FreeBSD入門
移動: 案内検索
(ページの作成:「<h3>起動</h3> <syntaxhighlight lang="bash"> sudo /usr/local/etc/rc.d/{{{1}}} start </syntaxhighlight> <h3>停止</h3> <syntaxhighlight lang="bash"> sudo /usr/local...」)
(相違点なし)

2013年3月25日 (月) 19:40時点における版

起動

sudo /usr/local/etc/rc.d/{{{1}}} start

停止

sudo /usr/local/etc/rc.d/{{{1}}} stop

再起動

sudo /usr/local/etc/rc.d/{{{1}}} restart