Commit 86bc29f4 authored by Jean-Baptiste Petre's avatar Jean-Baptiste Petre

ntp debug

parent 9b7bf05d
......@@ -172,6 +172,8 @@ def configureNtp():
new_ntp.write(server+'\n')
new_ntp.close()
callWithIgnore(['chkconfig', '--add', 'ntp'])
callWithIgnore(['systemctl', 'enable', 'ntp.service'])
callWithIgnore(['systemctl', 'restart', 'ntp.service'])
def getMountedPartitionList():
partition_list = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment