Ignore ActivationFailure if not using systemd activation
authorSimon McVittie <smcv@debian.org>
Fri, 7 Oct 2016 20:26:36 +0000 (21:26 +0100)
committerSimon McVittie <smcv@debian.org>
Mon, 10 Oct 2016 09:05:30 +0000 (10:05 +0100)
commit12720d6e2832b68bec95b33fc7713adc33ee89fc
treeda742dd474e165e363864736fe89f961b0ac3eb6
parent3da9ad2a9fcd9ae07f6c04b00594349806aad1f9
Ignore ActivationFailure if not using systemd activation

This isn't security-related, just defensive programming: if
dbus-daemon wasn't run with --systemd-activation, then there is no
reason why systemd would legitimately send us this signal, and if it
does we should just ignore it.

Signed-off-by: Simon McVittie <smcv@debian.org>
Reviewed-by: Colin Walters <walters@verbum.org>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98157
bus/driver.c