aboutsummaryrefslogtreecommitdiffstats
path: root/main/icecast/icecast.pre-install
blob: 9978a4be9583f5ff2902f5a0f3cc23e58ccaa9a1 (plain)
1
2
3
4
5
#!/bin/sh

adduser -S -h /var/log/icecast -s /sbin/nologin -D icecast  2>/dev/null

exit 0