summaryrefslogtreecommitdiff
path: root/openntpd/README
blob: fd8842858e8a71201f30807080c728dc7f986e61 (plain)
    1 
    2 REQUIREMENTS
    3 
    4 PRE-INSTALL
    5 
    6 POST-INSTALL
    7 
    8     Create the necessary user 'ntp' and its group 'ntp'.
    9 
   10 	groupadd ntp
   11 	useradd -g ntp -d /var/empty -s /bin/false ntp
   12 	passwd -l ntp
   13 
   14 MISCELLANEOUS
   15 
   16     Have a look at the start/stop script if you don't like ntpd setting
   17     the time immediately at startup. That allows for a large time
   18     correction. Disable that feature by removing the '-s' option.

Generated by cgit