mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-08 02:02:08 +01:00
8 lines
177 B
Bash
8 lines
177 B
Bash
#!/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
|