diff --git a/gestion/gen_confs/dhcpd_new.py b/gestion/gen_confs/dhcpd_new.py index b325772b..fd3e120f 100755 --- a/gestion/gen_confs/dhcpd_new.py +++ b/gestion/gen_confs/dhcpd_new.py @@ -23,7 +23,7 @@ class dhcp(gen_config) : ######################################PARTIE DE CONFIGURATION # Fichier ŕ écire if hostname == 'sable': - restart_cmd = '/etc/init.d/dhcp3-server restart' + restart_cmd = '/etc/init.d/isc-dhcp-server restart' reseaux = { '138.231.136.0/21' : '/etc/dhcp3/generated/adherents.liste', '10.42.0.0/16' : '/etc/dhcp3/generated/gratuit.liste' } elif hostname == 'titanic':