chkconfig in Ubuntu 12.04
#Install
apt-get chkconfig
#Cannot find insserv in given path, create a soft link for it
ln -s /usr/lib/insserv/insserv /sbin/insserv
#The following error message will appear when running chkconfig, but it is fine.##The script you are attempting to invoke has been converted to an Upstart #job, but lsb-header is not supported for Upstart jobs. #insserv: warning: script 'friendly-recovery' missing LSB tags and overrides #insserv: Default-Start undefined, assuming empty start runlevel(s) for script `friendly-recovery'
#.....
#.....
Reference: http://www.linuxeden.com/html/sysadmin/20120622/126182.html
沒有留言:
發佈留言