[init.d-filtrage_firewall] squeezification
darcs-hash:20110227125912-ffbb2-1dae390c60b7b685fdf64f771dcbb075fb830bc1.gz
This commit is contained in:
parent
26ca045510
commit
48770cda56
1 changed files with 11 additions and 2 deletions
|
@ -1,8 +1,17 @@
|
|||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: filtrage_firewall
|
||||
# Required-Start: $remote_fs $syslog firewall
|
||||
# Required-Stop: $remote_fs $syslog
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Filtrage Firewall
|
||||
# Description: Firewall logfile Parsing.
|
||||
### END INIT INFO
|
||||
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
echo -n "Démarrage du script de parsage des logs du firewall"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue