7cb63bc48d
The default user and group is 'ntp'. Please rename the old user and group (_ntp). Adopted the port from Brett.
20 lines
398 B
Plaintext
20 lines
398 B
Plaintext
|
|
REQUIREMENTS
|
|
|
|
PRE-INSTALL
|
|
|
|
POST-INSTALL
|
|
|
|
Create the necessary user 'ntp' and its group 'ntp'.
|
|
|
|
groupadd ntp
|
|
useradd -g ntp -d /var/empty -s /bin/false ntp
|
|
passwd -l ntp
|
|
|
|
MISCELLANEOUS
|
|
|
|
Have a look at the start/stop script if you don't like ntpd setting
|
|
the time immediately at startup. That allows for a large time
|
|
correction. Disable that feature by removing the '-s' option.
|
|
|