Ubuntu で chkconfig コマンドを打ったところ,そんなコマンドは存在しないとのこと.そこで, chkconfig の代わりとなる sysv-rc-conf を導入する.
sysv-rc-conf のインストール
$ sudo apt-get install sysv-rc-conf
sysv-rc-conf の使い方
chkconfig と変わらない模様.
$ sysv-rc-conf -h
Usage:
sysv-rc-conf [ *options* ]
sysv-rc-conf --list [ *service* ]
sysv-rc-conf [ --level *levels* ] *service* <*on|off*>
sysv-rc-conf でサービスの起動設定を行う
$ sudo sysv-rc-conf compiz on
$ sysv-rc-conf --list | grep compiz
compiz 2:on 3:on 4:on 5:on