summaryrefslogtreecommitdiff
path: root/spotifyd/spotifyd.pre-install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-04-07 15:01:31 +0200
committerKarel Kočí <cynerd@email.cz>2020-04-07 15:01:31 +0200
commit3a8020a3e5aaa7a55d5e791ddc3763a582465723 (patch)
tree14fb2eb8be4cfc93d3f5b8d5bc277065dc6e53d7 /spotifyd/spotifyd.pre-install
parent715fe23bc16b6972ad2c4bd74f3b3a70b0817052 (diff)
downloadalpine-personal-pkgs-3a8020a3e5aaa7a55d5e791ddc3763a582465723.tar.gz
alpine-personal-pkgs-3a8020a3e5aaa7a55d5e791ddc3763a582465723.tar.bz2
alpine-personal-pkgs-3a8020a3e5aaa7a55d5e791ddc3763a582465723.zip
spotifyd: add correct user to audio group
Diffstat (limited to 'spotifyd/spotifyd.pre-install')
-rwxr-xr-xspotifyd/spotifyd.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/spotifyd/spotifyd.pre-install b/spotifyd/spotifyd.pre-install
index 7addb5d..282e21c 100755
--- a/spotifyd/spotifyd.pre-install
+++ b/spotifyd/spotifyd.pre-install
@@ -3,6 +3,6 @@
addgroup -S spotify 2>/dev/null
adduser -S -D -h /var/lib/spotify -s /sbin/nologin -G spotify spotify 2>/dev/null
-adduser kodi audio 2>/dev/null
+adduser spotify audio 2>/dev/null
exit 0