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

exit 0