summaryrefslogtreecommitdiff
path: root/bus/dbus.service.in
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-07-20 10:04:50 +0100
committerSimon McVittie <smcv@debian.org>2016-09-30 19:36:50 +0100
commit1c807207bb96e3634fed2fde72237f7f37bf3cd9 (patch)
treef5742df10169615c27599c98fedd052b957da74f /bus/dbus.service.in
parent2c472b839852ff44c01f223c4e2d4cc1bdebf277 (diff)
downloaddbus-1c807207bb96e3634fed2fde72237f7f37bf3cd9.tar.gz
dbus-1c807207bb96e3634fed2fde72237f7f37bf3cd9.tar.bz2
dbus-1c807207bb96e3634fed2fde72237f7f37bf3cd9.zip
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/dbus.service.in')
-rw-r--r--bus/dbus.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/dbus.service.in b/bus/dbus.service.in
index 3bc4726a..ca0b7e96 100644
--- a/bus/dbus.service.in
+++ b/bus/dbus.service.in
@@ -4,6 +4,6 @@ Documentation=man:dbus-daemon(1)
Requires=dbus.socket
[Service]
-ExecStart=@EXPANDED_BINDIR@/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
+ExecStart=@EXPANDED_BINDIR@/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
ExecReload=@EXPANDED_BINDIR@/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
OOMScoreAdjust=-900