Guest User

Untitled

a guest
Oct 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 102:104
  2.  
  3. -g configures it to accept any time offset upon first contact with the ntp server
  4.  
  5. -u specifies a user:group to switch to
  6.  
  7. -p writes the ntpd process to a specific file (so other apps can find it)
Add Comment
Please, Sign In to add comment