Merge branch 'master' of builder:git/watchman-services

This commit is contained in:
2015-01-19 16:59:13 +03:00
6 changed files with 5 additions and 29 deletions

View File

@@ -3,7 +3,8 @@
cfg_iface="${service_name%%.*}"
service_type='oneshot'
service_command="ip link set $cfg_iface up"
service_command='/usr/bin/ip'
service_args="link set $cfg_iface up"
wait_for_iface() {
local iface="$1" timer='0' timeout='6'