Age | Commit message (Collapse) | Author |
|
release v0.19.21
|
|
The user unit omits the "ProtectKernelModules" setting which fails
with modular kernels:
Failed at step CAPABILITIES spawning /usr/bin/mpd: Operation not permitted
It is unfortunate that systemd (version 232) is unable to reduce its
own capabilities, because this requires us to split system and user
units.
https://bugs.musicpd.org/view.php?id=4608
|
|
|
|
release v0.19.20
|
|
|
|
|
|
e.g. when running 'update-rc.d mpd disable'
|
|
Tell systemd that MPD is going to notify it when initialization is
done.
|
|
release v0.19.12
|
|
systemd does not understand LimitRTTIME=-1. For no limit we have to use
the string 'infinity' (see systemd.exec(5)).
Signed-off-by: Christian Hesse <mail@eworm.de>
|
|
|
|
This systemd feature has been removed a while ago without replacement,
and it turns out that systemd developers suggest not using control
groups at all to assign real-time privileges. Therfore, a replacement
feature will not be implement in future systemd releases, and we can
really remove those lines completely.
See http://bugs.musicpd.org/view.php?id=4413
|
|
|
|
e.g. when running 'update-rc.d mpd disable'
|
|
This makes references to mpd(1) and mpd(5) appear in systemd status output.
|
|
|
|
|
|
|