FS#33729 - [icecast] does not start due to -b option

Attached to Project: Community Packages
Opened by Max Pray (synthead) - Tuesday, 05 February 2013, 18:57 GMT
Last edited by Lukas Fleischer (lfleischer) - Friday, 08 February 2013, 17:19 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Lukas Fleischer (lfleischer)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

When running "systemctl start icecast", "systemctl status icecast" reports that the daemon is dead. Removing the "-b" flag the ExecStart in /usr/lib/systemd/system/icecast.service fixes the issue, like so:

[Unit]
Description=Icecast Network Audio Streaming Server
After=network.target

[Service]
ExecStart=/usr/bin/icecast -c /etc/icecast.xml

[Install]
WantedBy=multi-user.target

systemd 197-4
icecast 2.3.3-2
This task depends upon

Closed by  Lukas Fleischer (lfleischer)
Friday, 08 February 2013, 17:19 GMT
Reason for closing:  Duplicate
Additional comments about closing:  Dupe of  FS#31309 .

Loading...