On 01/02/12 19:07, Lennart Poettering wrote: > On Wed, 01.02.12 18:54, Chris Paulson-Ellis ([email protected]) wrote: > >> Is there some way to get the client to always restart when server >> restarts, for whatever reason? > > No, there isn't. But what you describe is something I consider a bug, > and to fix this has been on the TODO list for a while. i.e. a server > dying and being restarted should still cause all services depending on > it to restart. > > Hence: expect this to be fixed for you soon, so that BindTo works as > expected.
Please see the following patch, which takes care of this bug for me. Are there any issues with this change? Thanks, David David Ward (1): service: schedule JOB_RESTART from SERVICE_AUTO_RESTART state src/service.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
