contrib/icecast/post-install
2006-11-14 09:01:22 +10:00

6 lines
174 B
Bash
Executable File

#!/bin/sh
/usr/sbin/groupadd icecast
/usr/sbin/useradd -g icecast -d /usr/share/icecast/ -s /bin/bash -c "IceCast User" -m icecast
chown -R icecast.icecast /var/log/icecast