diff options
author | Peter Palfrader <peter@palfrader.org> | 2007-12-10 09:40:14 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2007-12-10 09:40:14 +0000 |
commit | 22aacf34689645458777790e36aebe59da0a9c95 (patch) | |
tree | c83273e8f5b1b27b5a14929b5b1c7f21525f95e6 /debian/echolot.init | |
parent | 74b3bff39f6a478a113dac911d7e9f20afa4da3c (diff) |
Add LSB tags to init scriptecholot-2.1.8-6
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 |