6relayd.hotplug 158 B

123456
  1. #!/bin/sh
  2. /etc/init.d/6relayd enabled || exit 0
  3. [ -n "$INTERFACE" -a "$ACTION" != "ifupdate" ] || exit 0
  4. . /etc/init.d/6relayd
  5. restart_affected "$INTERFACE"