OFC one option is to get your service to send a DBus signal once it's up.
But that makes systemd irrelevant.

dbus-monitor is your friend; put it to run and start the service, grep the
output to understand what's going on (which signals are emitted in
particular).

Then once you are sure the signal is emitted, make sure you have the
correct parameters to connect to it.

This should do it.

On Thu, Jan 28, 2016 at 1:09 PM, Michael Fuchs <mic...@gmx.at> wrote:

> No, didn't help either.
>
> https://gist.github.com/fuchsmich/354af082fbc4577a4bf5
>
> But thanks anyway.
>
>
> Am 27.01.2016 um 22:07 schrieb Ove Kåven:
>
>> Den 27. jan. 2016 17:03, skrev Michael Fuchs:
>>
>>> There is a signal "PropertiesChanged" defined but it doesn't get
>>> emitted, when I start or stop the service.
>>>
>>
>> http://www.freedesktop.org/wiki/Software/systemd/dbus/
>>
>> You could see whether calling "Subscribe()" enables these signals for you.
>>
>> _______________________________________________
>> SailfishOS.org Devel mailing list
>> To unsubscribe, please send a mail to
>> devel-unsubscr...@lists.sailfishos.org
>>
> _______________________________________________
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
>
_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Reply via email to