blob: badb65e5d93c552c8b2bc0795fdb97871279e151 (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=An opensource alternative to shoutcast
After=network.target
[Service]
ExecStart=/usr/bin/icecast -c /etc/icecast2/icecast.xml
[Install]
WantedBy=multi-user.target
|