packages/net/wshaper/files/wshaper.iface
Stanislav German-Evtushenko b64c2dc399 wshaper: start wshaper on ifup
2015-03-12 01:48:05 +03:00

3 lines
102 B
Bash

#!/bin/sh
[ "$ACTION" = ifup ] && /etc/init.d/wshaper enabled && /etc/init.d/wshaper start || exit 0