summaryrefslogtreecommitdiff
path: root/extra/mpd/install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mpd/install')
-rw-r--r--extra/mpd/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mpd/install b/extra/mpd/install
index 261b8fd0d..12742b90a 100644
--- a/extra/mpd/install
+++ b/extra/mpd/install
@@ -1,7 +1,7 @@
post_install() {
getent group mpd &>/dev/null || groupadd -r -g 45 mpd >/dev/null
getent passwd mpd &>/dev/null || useradd -r -u 45 -g mpd -d /var/lib/mpd -s /bin/false -G audio mpd >/dev/null
- true
+ usr/bin/systemd-tmpfiles --create mpd.conf || true
}
post_remove() {