Relance le DHCP pour de vrai sur nectaris

darcs-hash:20050101100601-d1718-c2077803a23b1a1b349b2537f5a27d1578089fc5.gz
This commit is contained in:
bernat 2005-01-01 11:06:01 +01:00
parent eeb0b466c2
commit 3e2f47523b

View file

@ -80,8 +80,7 @@ subnet %(network)s netmask %(netmask)s {
if hostname == 'zamok':
restart_cmd = '/etc/init.d/dhcp restart'
elif hostname == 'nectaris':
# restart_cmd = 'kill $(cat /var/run/dhcpd.pid) ; sleep 1 ; dhcpd $(stripcom /etc/dhcpd.interfaces)'
restart_cmd = 'true'
restart_cmd = 'kill $(cat /var/run/dhcpd.pid) ; sleep 1 ; dhcpd em0'
else:
restart_cmd = 'true'