EL6まで | EL7 | |
---|---|---|
サービスの開始 | service name start |
systemctl start name |
サービスの停止 | service name stop |
systemctl stop name |
サービスを起動時に開始する | chkconfig name on |
systemctl enable name |
サービスを起動時に開始しない | chkconfig name off |
systemctl disable name |
サービス一覧 | chkconfig --list |
systemctl list-unit-files |
サービスの状態の表示 | service name status |
systemctl status name |
0 件のコメント:
コメントを投稿