Re: Auto-restarting of DBus Services

2014-04-17 Thread David Faure
On Wednesday 09 April 2014 19:11:03 Martin Gräßlin wrote: > Hi all, > > kglobalacceld has the following piece of code: > > // Restart on a crash > KCrash::setFlags(KCrash::AutoRestart); > > Now I'm wondering whether this is needed at all. After all it's a DBus > service and should get auto-resta

Auto-restarting of DBus Services

2014-04-09 Thread Martin Gräßlin
Hi all, kglobalacceld has the following piece of code: // Restart on a crash KCrash::setFlags(KCrash::AutoRestart); Now I'm wondering whether this is needed at all. After all it's a DBus service and should get auto-restarted (or at least started when next accessed), shouldn't it? Cheers Marti