Commit 8a66594a authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

fixed installation problem and ntp

parent 87e51e7c
...@@ -317,7 +317,7 @@ def configureNtp(): ...@@ -317,7 +317,7 @@ def configureNtp():
new_ntp.close() new_ntp.close()
_call(['chkconfig', 'ntp', 'on']) _call(['chkconfig', 'ntp', 'on'])
_call(['systemctl', 'enable', 'ntp.service']) _call(['systemctl', 'enable', 'ntp.service'])
_call(['systemctl', 'restart', 'ntp.service'])
class Config: class Config:
......
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