mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
vpn-policy-routing: initial release
Signed-off-by: Stan Grishin <stangri@melmac.net>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ "$ACTION" = "reload" ] || exit 0
|
||||
|
||||
logger -t "vpn-policy-routing" "Reloading vpn-policy-routing due to $ACTION of firewall"
|
||||
/etc/init.d/vpn-policy-routing reload
|
||||
Reference in New Issue
Block a user