--- mcore-src/trunk/mcore-tools/src/modules/network/network.client.class.in 2015/12/04 11:01:02 2667 +++ mcore-src/trunk/mcore-tools/src/modules/network/network.client.class.in 2015/12/04 11:03:31 2668 @@ -118,6 +118,12 @@ [[ -z ${network} ]] && help_network_iface && return 1 fi + if is_provided systemd + then + decho "set_network_iface() is not supported with systemd, only sysvinit atm" + return 0 + fi + CONFIG="@@CONFDDIR@@/net.${iface}" clearconfig addconfig 'ONBOOT="yes"'