Skip to content

Commit 02e5bc1

Browse files
committed
disable isc-dhcp-server6.service during setup.
1 parent a1c1f8c commit 02e5bc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/setup.d/z_final.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
try:
4141
for item in ['stop', 'disable', 'mask']:
4242
subProc('systemctl ' + item + ' isc-dhcp-server6.service', logfile)
43+
printScript(' Success!', '', True, True, False, len(msg))
4344
except Exception as error:
4445
printScript(error, '', True, True, False, len(msg))
4546

0 commit comments

Comments
 (0)