diff options
Diffstat (limited to 'debian/tor.init')
-rw-r--r-- | debian/tor.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/tor.init b/debian/tor.init index 8333ff5da5..ec5707d7d1 100644 --- a/debian/tor.init +++ b/debian/tor.init @@ -2,8 +2,8 @@ ### BEGIN INIT INFO # Provides: tor -# Required-Start: $local_fs, $remote_fs, $network, $named, $time -# Required-Stop: $local_fs, $remote_fs, $network, $named, $time +# 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 |