summaryrefslogtreecommitdiff
path: root/openntpd/post-install
blob: 59ed3cb3ccc70af8c020b89c8b60be3e6cfb4b1c (plain)
    1 #!/bin/sh
    2 
    3 /usr/sbin/groupadd -g 83 _ntp
    4 /usr/sbin/useradd -g _ntp -u 83 -c "NTP Daemon" -d /var/empty -s /bin/false _ntp
    5 /usr/bin/passwd -l _ntp

Generated by cgit