aboutsummaryrefslogtreecommitdiffstats
path: root/main/openntpd/openntpd.pre-install
blob: c3d9986a6555a5ac12c2c13ab8081f068f9460a1 (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 -S -H -h /var/empty -s /sbin/nologin -D -g ntp ntp 2>/dev/null

exit 0