index
:
alicelinux
clang
community
core
extra
gcc
main
pages
staging
Minimal busybox + musl + clang + libressl distro
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
repos
/
extra
/
mpd
/
postinstall
blob: 39c2e59a21d686c8caf6ff78dd718ecc5f37fd74 (
plain
)
1
2
3
#!/bin/sh
adduser
-S
-D
-h
/var/lib/mpd
-s
/sbin/nologin
-G
audio
-g
mpd
mpd
2
>/dev/null