mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
IDS Rules wieder aktiviert
OpenVPN Start/Stop on boot/shutdown git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@721 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -123,6 +123,9 @@ case "${DO}" in
|
||||
fi
|
||||
fi
|
||||
|
||||
boot_mesg "Setting OpenVPN if enabled"
|
||||
/usr/local/bin/openvpnctrl -s; evaluate_retval
|
||||
|
||||
boot_mesg "Starting Snort if enabled"
|
||||
/etc/rc.d/init.d/snort start; evaluate_retval
|
||||
;;
|
||||
@@ -157,6 +160,9 @@ case "${DO}" in
|
||||
fi
|
||||
fi
|
||||
|
||||
boot_mesg "Stopping OpenVPN if enabled"
|
||||
/usr/local/bin/openvpnctrl -k; evaluate_retval
|
||||
|
||||
boot_mesg "Stopping Snort if enabled"
|
||||
/etc/rc.d/init.d/snort stop; evaluate_retval
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user