From c93903d99a9084ff1e37feb6ae6085ced75466b1 Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Thu, 13 Aug 2015 19:58:28 -0300 Subject: [PATCH] pulseaudio.1: document that systemd notification only works without daemonization --- man/pulseaudio.1.xml.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/pulseaudio.1.xml.in b/man/pulseaudio.1.xml.in index e6291d8af..650b417b0 100644 --- a/man/pulseaudio.1.xml.in +++ b/man/pulseaudio.1.xml.in @@ -130,7 +130,9 @@ License along with PulseAudio; if not, see .

-D | --daemonize[=BOOL]

Daemonize after startup, i.e. detach from the - terminal.

+ terminal. Note that when running as a systemd service you should + use --daemonize=no for systemd notification to work. +