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/target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target.c') diff --git a/src/target.c b/src/target.c index f322ce7275..a73a989876 100644 --- a/src/target.c +++ b/src/target.c @@ -49,7 +49,7 @@ static void target_set_state(Target *t, TargetState state) { target_state_to_string(old_state), target_state_to_string(state)); - unit_notify(UNIT(t), state_translation_table[old_state], state_translation_table[state]); + unit_notify(UNIT(t), state_translation_table[old_state], state_translation_table[state], true); } static int target_add_default_dependencies(Target *t) { -- cgit v1.2.3-54-g00ecf