summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-02-17 15:22:45 +0100
committerMax Kellermann <max@musicpd.org>2020-02-17 15:22:45 +0100
commit322d6f2a40b30d48f2b0bb243fd8d60d0ad84a5c (patch)
tree72a640a510d8a5ef59dfcb25d6e3b40936101a07
parent7729713924e18e8599e3f65ef22032b3962e0f30 (diff)
doc/user.rst: add section "Signals"
-rw-r--r--doc/user.rst9
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
----------