diff options
Diffstat (limited to 'debian/echolot.init')
-rwxr-xr-x | debian/echolot.init | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/echolot.init b/debian/echolot.init index 9768148..0ff2897 100755 --- a/debian/echolot.init +++ b/debian/echolot.init @@ -2,6 +2,21 @@ # # pingcntl: echolot control + wrapper # Written by admin@arancio.net, peter@palfrader.org +# +### BEGIN INIT INFO +# Provides: echolot +# Required-Start: $local_fs $remote_fs $time +# Required-Stop: $local_fs $remote_fs +# Should-Start: mail-transport-agent $syslog +# Should-Stop: mail-transport-agent $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Pinger for anonymous remailers +# Description: Echolot is a pinger for anonymous remailers +# such as Mixmaster. As the name implies it +# regularly sends pings to remailers to +# collect performance statistics on each node. +### END INIT INFO set -e |