Changes between Version 1 and Version 2 of ntp


Ignore:
Timestamp:
06/03/15 16:16:33 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ntp

    v1 v2  
    1616By default this uses ntp.ubuntu.com, but other servers can be added for better accuracy and resilience.
    1717
     18== To Check ntp is running
     19
     20{{{
     21#!sh
     22sudo /etc/init.d/ntp status
     23}}}
     24
     25== To restart
     26
     27{{{
     28#!sh
     29sudo /etc/init.d/ntp restart
     30}}}
     31
    1832[[BackLinks]]