
Ignore-this: 4dffe0e36a098effec611ac9431ef44d darcs-hash:20130118005351-3a55a-db4a0d1d9a46f2f1cbdd64674cd06321772df318.gz
12 lines
370 B
Bash
Executable file
12 lines
370 B
Bash
Executable file
#!/bin/sh
|
|
### BEGIN INIT INFO
|
|
# Provides: firewall6
|
|
# Required-Start: $remote_fs $syslog
|
|
# Required-Stop: $remote_fs $syslog
|
|
# Default-Start: 2 3 4 5
|
|
# Default-Stop: 0 1 6
|
|
# Short-Description: IPv6 Firewall
|
|
# Description: Firewall for IPv6 interfaces.
|
|
### END INIT INFO
|
|
|
|
exec /usr/bin/python /usr/scripts/gestion/gen_confs/firewall6.py $*
|