通过update-rc.d来管理Ubuntu系统的自动启动程序
转载, 并记下我的使用心得。Linux services can be started, stopped and reloaded with the use of scripts stocked in /etc/init.d/. However, during start up or when changing runlevel, those scripts are searched in /etc/rcX.d/ where X is the runlev...