diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-04-15 14:31:33 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-04-15 14:31:33 +0000 |
commit | 4305119e4eff8991e4c97ecb5ccb11ffdeaad59c (patch) | |
tree | 566e91e563d3054c38a7c78352d2d3b2a851fce6 /etc/init.d | |
parent | added AUTHORS File and ChangeLog (diff) |
added LSBize an Init Script
Diffstat (limited to 'etc/init.d')
-rwxr-xr-x | etc/init.d/anytun | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/init.d/anytun b/etc/init.d/anytun index 93c56f0..0bb5f5d 100755 --- a/etc/init.d/anytun +++ b/etc/init.d/anytun @@ -1,4 +1,13 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: anytun +# Required-Start: $network $named $syslog +# Required-Stop: +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Start anycast tunneling daemon at boot time +# Description: Enables networking over vpn tunnel interfaces +### END INIT INFO PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/sbin/anytun ANYTUNCONFIG=/usr/bin/anytun-config |