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