[arch-projects] [netcfg] Call for testers: netctl

member graysky graysky at archlinux.us
Mon Dec 31 09:13:50 EST 2012


Running v0.1-1 here with a static config and it seems to be working
just fine.  One thing I will report is that it starts a bit slower
than netcfg:

% systemd-analyze blame
  3396ms netcfg.service

% systemd-analyze blame
  4076ms netctl at static.service

Can you inspect my profile and suggest an optimization?  Thank you.
This looks like the beginnings of a great project by the way.

% cat /etc/network.d/static
Connection=ethernet
Interface=eth0
BindToInterfaces=(eth0)
ExecUpPost='/usr/sbin/ip link set eth0 mtu 4000'
ExecDownPre='/usr/bin/pkill sshd'

IP=static
Address=10.1.10.101
Gateway=10.1.10.1
DNS=('10.1.10.1')


More information about the arch-projects mailing list