2012-10-30 15:14:07 +08:00
|
|
|
#!/bin/sh
|
2013-01-14 01:25:38 +08:00
|
|
|
/etc/init.d/6relayd enabled || exit 0
|
2013-10-21 18:26:57 +08:00
|
|
|
[ -n "$INTERFACE" -a "$ACTION" != "ifupdate" ] || exit 0
|
2013-01-14 01:25:38 +08:00
|
|
|
|
|
|
|
. /etc/init.d/6relayd
|
|
|
|
restart_affected "$INTERFACE"
|