Debian开机启动项管理

首先采用rcconf 管理

apt-get install rcconf

在/etc/init.d/建立启动脚本 如: vi start

在start 中写入启动命名 如自动拨号:pon dsl-provider

chmod 700 start

然后rcconf 选择它

你可能感兴趣的:(Debian,管理)