diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 11:06:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 11:06:24 +0200 |
commit | 8ea042bb1e9a5ea0ff1d0c53db00b833616a6dd4 (patch) | |
tree | aaf38738afb76ab24eb25f51bdbd0ea4715a92ed /package/mpd/files/mpd.postinst | |
parent | a2a6cb6a0becb9f8a57be329caa45b5c90bb47fc (diff) |
use /music as home for mpd
Diffstat (limited to 'package/mpd/files/mpd.postinst')
-rw-r--r-- | package/mpd/files/mpd.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mpd/files/mpd.postinst b/package/mpd/files/mpd.postinst index 957d973cb..a635ccae7 100644 --- a/package/mpd/files/mpd.postinst +++ b/package/mpd/files/mpd.postinst @@ -2,5 +2,5 @@ . $IPKG_INSTROOT/etc/functions.sh gid=$(get_next_gid) add_group mpd $gid -add_user mpd $(get_next_uid) $gid /mnt/media +add_user mpd $(get_next_uid) $gid /music add_rcconf mpd |