/etc/init.d

提供:onlinehacks
2023年11月14日 (火) 04:18時点におけるTara.ttm (トーク | 投稿記録)による版 (ページの作成:「サービスの起動など ==named== ===namedの再起動=== <pre>/etc/init.d/named restart</pre> ===サーバ起動時に自動的にnamedを起動=== <pre>$ chkconfig named on</pre> ==postfix== <pre>/etc/init.d/postfix restart</pre> {{DEFAULTSORT:etcinitd}} Category:CentOS」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

サービスの起動など

named

namedの再起動

/etc/init.d/named restart

サーバ起動時に自動的にnamedを起動

$ chkconfig named on

postfix

/etc/init.d/postfix restart