opt/openntpd/README

16 lines
367 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
README for openntpd
openntpd expects to have a user and group dedicated to it. By default, _ntp. To
create them, use the following or similar commands, edited to your needs.
# groupadd -g 83 _ntp
# useradd -g _ntp -u 83 -c "NTP Daemon" -d /var/empty -s /bin/false _ntp
*NOTE*
A post-install script has been added to the port which takes care of the
above.