From e2f3b44cfc8864bfea7c77ff4c383ce9b535f27e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 20 Jan 2011 13:17:22 +0100 Subject: service: when reloading a service fails don't fail the entire service but just the reload job --- src/unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unit.h') diff --git a/src/unit.h b/src/unit.h index 9eda138fb7..b30f0cf9cb 100644 --- a/src/unit.h +++ b/src/unit.h @@ -456,7 +456,7 @@ int unit_reload(Unit *u); int unit_kill(Unit *u, KillWho w, KillMode m, int signo, DBusError *error); -void unit_notify(Unit *u, UnitActiveState os, UnitActiveState ns); +void unit_notify(Unit *u, UnitActiveState os, UnitActiveState ns, bool reload_success); int unit_watch_fd(Unit *u, int fd, uint32_t events, Watch *w); void unit_unwatch_fd(Unit *u, Watch *w); -- cgit v1.2.3-54-g00ecf