summaryrefslogtreecommitdiff
path: root/community/icecast/icecast.service
blob: e4de96794539b74ea6b92ee8e593bde770fbe140 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Icecast Network Audio Streaming Server
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/icecast -c /etc/icecast.xml
ExecReload=/usr/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target