[systemd-devel] network@.service unit file : typo

2014-03-18 Thread arnaud gaboury
Hi all, From network@.service 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 Regards. ___

Re: [systemd-devel] network@.service unit file : typo

2014-03-18 Thread arnaud gaboury
From network@.service 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 Sorry for the noise as it is a netctl unit file.

Re: [systemd-devel] network@.service unit file : typo

2014-03-18 Thread arnaud gaboury
Sorry for the noise as it is a netctl unit file. I must be very tired : nothing to do with netctl... ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] network@.service unit file : typo

2014-03-18 Thread Mantas Mikulėnas
On Mar 19, 2014 1:47 AM, arnaud gaboury arnaud.gabo...@gmail.com wrote: Hi all, From network@.service 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