diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-09-25 23:59:33 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-09-25 23:59:33 +0000 |
commit | 3349c77b2f363a15548bd6a17569d3f743ec69d5 (patch) | |
tree | 8bd8b5e011b144aed8922e99f10dc540a735cd4a /contrib/suse | |
parent | 95d97c722a739735382af35e0341546655e2fc57 (diff) | |
download | tor-3349c77b2f363a15548bd6a17569d3f743ec69d5.tar.gz tor-3349c77b2f363a15548bd6a17569d3f743ec69d5.zip |
Updates to the SUSE init script. Suggestions by Lars Vodgt.
svn:r11647
Diffstat (limited to 'contrib/suse')
-rw-r--r-- | contrib/suse/tor.sh.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/suse/tor.sh.in b/contrib/suse/tor.sh.in index 4afb60dcc6..0f974c3737 100644 --- a/contrib/suse/tor.sh.in +++ b/contrib/suse/tor.sh.in @@ -16,11 +16,12 @@ ### BEGIN INIT INFO # Provides: tor -# Required-Start: $network -# Required-Stop: $network +# Required-Start: $remote_fs $network +# Required-Stop: $remote_fs $network # Default-Start: 3 5 # Default-Stop: 0 1 2 6 -# Description: Start the tor daemon +# Short-Description: Start the tor daemon +# Description: Start the tor daemon: the anon-proxy server ### END INIT INFO . /etc/rc.status |