diff options
Diffstat (limited to 'debian/rsyslog.init')
-rw-r--r-- | debian/rsyslog.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rsyslog.init b/debian/rsyslog.init index 9b71393..cf7eb91 100644 --- a/debian/rsyslog.init +++ b/debian/rsyslog.init @@ -1,8 +1,8 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: syslog -# Required-Start: $local_fs $time -# Required-Stop: $local_fs $time +# Required-Start: $remote_fs $time +# Required-Stop: $remote_fs $time # Should-Start: $network # Should-Stop: $network # Default-Start: 2 3 4 5 |