diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:55:39 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:55:39 +0800 |
| commit | f3d1da4df754c40ee6ef76a0f062bf7007489631 (patch) | |
| tree | 0d278717e5fb4083ae122f009eb5ff1363cacaa9 /repos/extra/mpd/postinstall | |
| parent | a7b9a52ea715f3b6665ef016f6adc4d73ef4eed0 (diff) | |
| download | alicelinux-f3d1da4df754c40ee6ef76a0f062bf7007489631.tar.gz alicelinux-f3d1da4df754c40ee6ef76a0f062bf7007489631.zip | |
mpd: new added
Diffstat (limited to 'repos/extra/mpd/postinstall')
| -rwxr-xr-x | repos/extra/mpd/postinstall | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repos/extra/mpd/postinstall b/repos/extra/mpd/postinstall new file mode 100755 index 00000000..39c2e59a --- /dev/null +++ b/repos/extra/mpd/postinstall @@ -0,0 +1,3 @@ +#!/bin/sh + +adduser -S -D -h /var/lib/mpd -s /sbin/nologin -G audio -g mpd mpd 2>/dev/null |