summaryrefslogtreecommitdiff
path: root/icecast/post-install
blob: 97fffd688b2de9287e31d6e64f61f75c40eb371a (plain)
    1 #!/bin/sh
    2 
    3 /usr/sbin/groupadd icecast
    4 /usr/sbin/useradd -g icecast -d /usr/share/icecast/ -s /bin/bash -c "IceCast User" -m icecast
    5 chown -R icecast.icecast /var/log/icecast

Generated by cgit