[systemd-devel] StartupFinished signal is not sent on 210

Umut Tezduyar Lindskog umut.tezduyar at axis.com
Tue Mar 4 05:12:44 PST 2014


Hi,

I have noticed systemd doesn't generate the StartupFinished dbus signal on 210 (probably 209 too). The code tells me we are generating the signal on all private connection and on api bus if we have client connected. "if we have client connected" statement is not clear to me. Have we change the behavior or is this a bug?

I tried to make a private connection and tried to receive the signal with 
$> busctl --address="unix:path=/run/systemd/private" monitor
But that didn't work.

To compare 208 and 210, I pretty much followed steps @ https://wiki.ubuntu.com/DebuggingDBus and by using
$> dbus-monitor "type=signal,sender='org.freedesktop.systemd1'" --system

Thanks


More information about the systemd-devel mailing list