diff options
author | Alexander Wirt <formorer@debian.org> | 2010-02-12 15:31:37 +0000 |
---|---|---|
committer | Alexander Wirt <formorer@debian.org> | 2010-02-12 15:31:37 +0000 |
commit | 558cd33a3a69315ee34b292c2f4373ebb5717c52 (patch) | |
tree | 1215f6e45ab4e7ae9c6bc927644e0b16f898f048 | |
parent | 9eac65b6c545ae2f8290c3af9f5fa971e4730fe5 (diff) | |
download | conntrack-tools-558cd33a3a69315ee34b292c2f4373ebb5717c52.tar.gz conntrack-tools-558cd33a3a69315ee34b292c2f4373ebb5717c52.zip |
Depend on $remote_fs in init
-rwxr-xr-x | debian/conntrackd.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/conntrackd.init b/debian/conntrackd.init index 3382c57..0c5ccb9 100755 --- a/debian/conntrackd.init +++ b/debian/conntrackd.init @@ -6,8 +6,8 @@ # ### BEGIN INIT INFO # Provides: conntrackd -# Required-Start: $network $syslog -# Required-Stop: $network $syslog +# Required-Start: $network $syslog $remote_fs +# Required-Stop: $network $syslog $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Description: Starts conntrackd |