diff --git a/2.Common_services/2.NTP/0_setup.py b/2.Common_services/2.NTP/0_setup.py
index 33a2358d9d1e31e05466480c62abf096743d2a32..b5c15bb375e9d240f89c5a4f460c0e59fc36b212 100644
--- a/2.Common_services/2.NTP/0_setup.py
+++ b/2.Common_services/2.NTP/0_setup.py
@@ -11,5 +11,6 @@ def setup(interactive=True):
         dict(line='write', template='%s/ntp.conf' % dir_path, target='/etc/ntp.conf', params=(
             ('{{ NTP_SERVER1 }}', utils.get_conf('NTP_SERVER1') or 'ntp.ubuntu.com'),
         )),
+        'service ntp restart',
     ]
     utils.run_commands(cmds)