diff options
author | Simon McVittie <smcv@debian.org> | 2016-07-20 10:04:50 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2016-09-30 19:36:50 +0100 |
commit | 1c807207bb96e3634fed2fde72237f7f37bf3cd9 (patch) | |
tree | f5742df10169615c27599c98fedd052b957da74f /bus/systemd-user | |
parent | 2c472b839852ff44c01f223c4e2d4cc1bdebf277 (diff) | |
download | dbus-1c807207bb96e3634fed2fde72237f7f37bf3cd9.tar.gz |
dbus-daemon: add --syslog, --nosyslog, --syslog-only
Like --fork and --nofork, these override what the configuration says.
Use --syslog-only to force the systemd services to log to the Journal
(via syslog, which means we see the severity metadata) instead of
testing sd_booted() in the configuration implementation.
Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'bus/systemd-user')
-rw-r--r-- | bus/systemd-user/dbus.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/systemd-user/dbus.service.in b/bus/systemd-user/dbus.service.in index 4355d728..7ceffbee 100644 --- a/bus/systemd-user/dbus.service.in +++ b/bus/systemd-user/dbus.service.in @@ -4,5 +4,5 @@ Documentation=man:dbus-daemon(1) Requires=dbus.socket [Service] -ExecStart=@EXPANDED_BINDIR@/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation +ExecStart=@EXPANDED_BINDIR@/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only ExecReload=@EXPANDED_BINDIR@/dbus-send --print-reply --session --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig |