opt/openntpd/post-install
2006-02-23 15:26:10 +00:00

6 lines
146 B
Bash
Executable File

#!/bin/sh
/usr/sbin/groupadd -g 83 _ntp
/usr/sbin/useradd -g _ntp -u 83 -c "NTP Daemon" -d /var/empty -s /bin/false _ntp
/usr/bin/passwd -l _ntp