「Ubuntu サービスの管理」の版間の差分
ナビゲーションに移動
検索に移動
1行目: | 1行目: | ||
+ | | [[Ubuntu]] | | ||
==[[Ubuntu サービスの管理]]== | ==[[Ubuntu サービスの管理]]== | ||
− | |||
− | + | <blockquote>Ubuntu には [[chkconfig]] が存在しない</blockquote> | |
===インストール=== | ===インストール=== | ||
$sudo apt-get install sysv-rc-conf | $sudo apt-get install sysv-rc-conf |
2021年1月21日 (木) 13:03時点における版
| Ubuntu |
Ubuntu サービスの管理
Ubuntu には chkconfig が存在しない
インストール
$sudo apt-get install sysv-rc-conf
リスト表示
$ sudo sysv-rc-conf --list acpid anacron apparmor S:on apport avahi-daemon :
サービスのON/OFF
$ sudo sysv-rc-conf mysql on $ sudo sysv-rc-conf --list | grep "mysql" mysql 2:on 3:on 4:on 5:on
起動
$sudo sysv-rc-conf
© 2006 矢木浩人