mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-15 05:32:26 +01:00
5 lines
86 B
Bash
5 lines
86 B
Bash
#!/bin/sh
|
|
|
|
adduser -h /var/lib/mpd -s /bin/false -G audio -D mpd 2>/dev/null || true
|
|
|