contrib/icecast/post-install

6 lines
174 B
Plaintext
Raw Normal View History

2006-11-14 00:01:22 +01:00
#!/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