diff options
author | Christian Pointner <equinox@anytun.org> | 2010-02-17 01:49:47 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2010-02-17 01:49:47 +0000 |
commit | 961cd0da957d05a4c1aaa42aeb3e6fc448ee1b47 (patch) | |
tree | c991e2dd421f642d60054f3ff52fa18ff75b96af | |
parent | updated changelog and readme (diff) |
fixed init.d script Required-Start and Stop
-rwxr-xr-x | etc/init.d/anytun | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/init.d/anytun b/etc/init.d/anytun index 9fc4d4a..6905c67 100755 --- a/etc/init.d/anytun +++ b/etc/init.d/anytun @@ -1,8 +1,8 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: anytun -# Required-Start: $network $named $syslog -# Required-Stop: +# Required-Start: $remote_fs $network $named $syslog +# Required-Stop: $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start anycast tunneling daemon at boot time |