#!/bin/sh addgroup -S spotifyd 2>/dev/null adduser -S -D -H -h /dev/null -s /sbin/nologin -G audio -g spotifyd spotifyd 2>/dev/null exit 0