File: init-fragment

package info (click to toggle)
lsb 1.1.0-11
  • links: PTS
  • area: main
  • in suites: woody
  • size: 132 kB
  • ctags: 36
  • sloc: python: 154; makefile: 54; sh: 12
file content (12 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
### BEGIN INIT INFO
# X-ZEDV-Note: This should be only installed on Systems in @amd
# Provides: sshd2
# Required-Start: $network
# Required-Stop: $network
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: Starts the secondary SSHD deamon used for rdist
# Description: This script runs a second SSH daemon which listens on
#	a different port (1000) and uses an extra config file.
#	This is thought be used for system administration.
### END INIT INFO