Relance le DHCP pour de vrai sur nectaris
darcs-hash:20050101100601-d1718-c2077803a23b1a1b349b2537f5a27d1578089fc5.gz
This commit is contained in:
parent
eeb0b466c2
commit
3e2f47523b
1 changed files with 1 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue