summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-02-02 02:25:11 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-10 10:07:24 +0000
commita8423067ceac1af6176e14fbc334fe5b82431e3d (patch)
tree8dc820e73a095d0b41965c83e1f8bb3ff993359d /doc
parentdd4038156dd7946118f58b763985cdd4c5726bea (diff)
downloaddbus-a8423067ceac1af6176e14fbc334fe5b82431e3d.tar.gz
bus: introduce --nopidfile switch to disable writing of PID files
When used with init systems such as systemd (where PID files are redundant) this allows us to disable PID files even if a path is configured for them in the normal bus configuration files. Make use of this new switch in the systemd unit file. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=45520 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-daemon.1.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/dbus-daemon.1.in b/doc/dbus-daemon.1.in
index 185441c9..b063e643 100644
--- a/doc/dbus-daemon.1.in
+++ b/doc/dbus-daemon.1.in
@@ -94,6 +94,10 @@ configured in the configuration file.
.I "\-\-systemd\-activation"
Enable systemd\-style service activation. Only useful in conjunction
with the systemd system and session manager on Linux.
+.TP
+.I "\-\-nopidfile"
+Don't write a PID file even if one is configured in the configuration
+files.
.SH CONFIGURATION FILE