mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 12:41:00 +08:00
7 lines
174 B
Bash
Executable File
7 lines
174 B
Bash
Executable File
#!/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
|