FS#40344 - [icecast] Systemd unit additions
Attached to Project:
Community Packages
Opened by Leonard de Ruijter (leonardder) - Tuesday, 13 May 2014, 09:50 GMT
Last edited by Lukas Fleischer (lfleischer) - Tuesday, 27 May 2014, 11:43 GMT
Opened by Leonard de Ruijter (leonardder) - Tuesday, 13 May 2014, 09:50 GMT
Last edited by Lukas Fleischer (lfleischer) - Tuesday, 27 May 2014, 11:43 GMT
|
Details
The current systemd unit vor icecast misses functionality
for reloading. Sending signal 1 to the icecast server
process reloads configuration without restarting the whole
service.
Suggested icecast.service: ``` [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 ``` |
This task depends upon
Closed by Lukas Fleischer (lfleischer)
Tuesday, 27 May 2014, 11:43 GMT
Reason for closing: Implemented
Additional comments about closing: Implemented in 2.4.0-1.
Tuesday, 27 May 2014, 11:43 GMT
Reason for closing: Implemented
Additional comments about closing: Implemented in 2.4.0-1.
Comment by
Leonard de Ruijter (leonardder) -
Tuesday, 13 May 2014, 11:57 GMT
The summary of this ticket is inappropriate, [icecast] should be
added as it prefix.