From 22aacf34689645458777790e36aebe59da0a9c95 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 10 Dec 2007 09:40:14 +0000 Subject: Add LSB tags to init script --- debian/echolot.init | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'debian/echolot.init') 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 -- cgit v1.2.3