aboutsummaryrefslogtreecommitdiffstats
path: root/testing/spotifyd/spotifyd.pre-install
blob: aa6214d5616c7e23803b119a58fe84c7356ac0ae (plain)
1
2
3
4
5
#!/bin/sh

adduser -S -D -H -s /sbin/nologin -G audio -g audio spotifyd 2>/dev/null

exit 0