aports/testing/spotifyd/spotifyd.pre-install
2022-01-05 11:47:33 +00:00

6 lines
140 B
Bash

#!/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