1ff15bfe83
SVN-Revision: 38488
6 lines
158 B
Bash
6 lines
158 B
Bash
#!/bin/sh
|
|
/etc/init.d/6relayd enabled || exit 0
|
|
[ -n "$INTERFACE" -a "$ACTION" != "ifupdate" ] || exit 0
|
|
|
|
. /etc/init.d/6relayd
|
|
restart_affected "$INTERFACE"
|