On Mar 19, 2014 1:47 AM, "arnaud gaboury" <[email protected]> wrote: > > Hi all, > > From [email protected] unit file : > > .......... > ExecStop=/sbin/ip link set dev %I down > Execstop=/sbin/ip addr delete ${address}/${netmask} dev %I <------ > ................ > > There is a typo: should be ExecStop and not Execstop
This seems like a distribution specific unit; systemd itself certainly does not ship any .service that would use /sbin/ip. (In v211 there is systemd-networkd and earlier versions just didn't have any network configuration.) -- Mantas Mikulėnas <[email protected]>
_______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
