doc/user.rst: add section "Signals"

This commit is contained in:
Max Kellermann 2020-02-17 15:22:45 +01:00
parent 7729713924
commit 322d6f2a40

View File

@ -879,6 +879,15 @@ To auto-start :program:`MPD` upon login, type:
systemctl --user enable mpd
Signals
-------
:program:`MPD` understands the following UNIX signals:
- ``SIGTERM``, ``SIGINT``: shut down MPD
- ``SIGHUP``: reopen log files (send this after log rotation)
The client
----------