Re: [systemd-devel] Missing PropertiesChanged signal for service start

2019-02-12 Thread ashitha v via systemd-devel
Hi Lennart, I missed some details in the previous mail. This is seen on systemd 230. Unfortunately, I cannot do a systemd upgrade now. Subscribe() is done on org.freedesktop.systemd1 path =/org/freedesktop/systemd1 intf =org.freedesktop.systemd1.Manager. To make sure that the signal was not misse

[systemd-devel] Missing PropertiesChanged signal for service start

2019-02-11 Thread ashitha v via systemd-devel
Hi, I have a service file as follows: [Unit] Description= "Daemon description" After=a.service b.service c.service