summaryrefslogtreecommitdiffstats
path: root/main/openntpd/openntpd.pre-install
blob: 32c6f51293bd2d4e77d41b80c32599fdb478d5de (plain)
1
2
3
4
5
6
7
#!/bin/sh

# this user should be included in alpine-baselayout-1.2.
# included here for backward compability.
adduser -H -h /var/empty -s /bin/false -D ntp  2>/dev/null

exit 0