diff options
Diffstat (limited to 'debian/tor.init')
-rw-r--r-- | debian/tor.init | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/tor.init b/debian/tor.init index ce06ecfa79..434747420d 100644 --- a/debian/tor.init +++ b/debian/tor.init @@ -1,5 +1,19 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: tor +# Required-Start: $local_fs, $remote_fs, $network, $named, $time +# Required-Stop: $local_fs, $remote_fs, $network, $named, $time +# Should-Start: $syslog +# Should-Stop: $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Starts The Onion Router daemon processes +# Description: Start The Onion Router, a TCP overlay +# network client that provides anonymous +# transport. +### END INIT INFO + set -e PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin |