aboutsummaryrefslogtreecommitdiffstats
path: root/main/openntpd/openntpd.pre-install
blob: 975bf543f028ba33d23771bc78abc05df8534e10 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# this user should be included in alpine-baselayout-1.2.
# included here for backward compability.
addgroup -S ntp 2>/dev/null
adduser -S -D -H -h /var/empty -s /sbin/nologin -G ntp -g ntp ntp 2>/dev/null

exit 0