summaryrefslogtreecommitdiffstats
path: root/main/openntpd/openntpd.pre-install
blob: 0b2be06957e78543d409cc23b4974cb61bfad89e (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 /sbin/nologin -D ntp  2>/dev/null

exit 0