summaryrefslogtreecommitdiff
path: root/openntpd/README
blob: c831e2fd799db96a60ef19902f1343a7ae2d09b6 (plain)
    1 
    2 
    3 README for openntpd
    4 
    5 openntpd expects to have a user and group dedicated to it. By default, _ntp. To
    6 create them, use the following or similar commands, edited to your needs.
    7 
    8 	# groupadd -g 83 _ntp
    9 	# useradd -g _ntp -u 83 -c "NTP Daemon" -d /var/empty -s /bin/false _ntp
   10 
   11 *NOTE*
   12 
   13 	A post-install script has been added to the port which takes care of the
   14 	above.

Generated by cgit