e2f4e88a7a
SVN-Revision: 36711
7 lines
131 B
Bash
7 lines
131 B
Bash
#!/bin/sh
|
|
/etc/init.d/6relayd enabled || exit 0
|
|
[ -n "$INTERFACE" ] || exit 0
|
|
|
|
. /etc/init.d/6relayd
|
|
restart_affected "$INTERFACE"
|