Debain 按运行级别归类的开机自启动(program)脚本(未解决)

sh/bash/dash/ksh/zsh等Shell脚本
回复
姑苏城外寒山寺
帖子: 1
注册时间: 2015-09-07 13:34
系统: Debain

Debain 按运行级别归类的开机自启动(program)脚本(未解决)

#1

帖子 姑苏城外寒山寺 » 2015-09-07 13:39

1 #! /bin/sh
2
3 ### BEGIN INIT INFO
4 # Provides: sshd
5 # Required-Start: $remote_fs $syslog
6 # Required-Stop: $remote_fs $syslog
7 # Default-Start: 2 3 4 5
8 # Default-Stop:
9 # Short-Description: OpenBSD Secure Shell server
10 ### END INIT INFO

截取了ssh 的开机自启动脚本。有没有同学有类似的说明文脚本?小生想学习学习。
回复