diff options
author | Max Kellermann <max@musicpd.org> | 2020-02-17 15:22:45 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-02-17 15:22:45 +0100 |
commit | 322d6f2a40b30d48f2b0bb243fd8d60d0ad84a5c (patch) | |
tree | 72a640a510d8a5ef59dfcb25d6e3b40936101a07 | |
parent | 7729713924e18e8599e3f65ef22032b3962e0f30 (diff) |
doc/user.rst: add section "Signals"
-rw-r--r-- | doc/user.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/user.rst b/doc/user.rst index 0554eada5..8e303bd87 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -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 ---------- |