mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-30 13:51:31 +01:00
1. Fix handling of pidfile (parsing and creation of directory on start) 2. Make mpd a system user (similar to minidlna)
4 lines
91 B
Bash
4 lines
91 B
Bash
#!/bin/sh
|
|
|
|
adduser -S -h /var/lib/mpd -s /sbin/nologin -G audio -D mpd 2>/dev/null || true
|