[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.
___
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 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.
___
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 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 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 graw...@gmail.com
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel