chiark / gitweb /
service: when reloading a service fails don't fail the entire service but just the...
[elogind.git] / src / target.c
index f322ce72757a28452c613f4be8421f7e944a8855..a73a98987633dc4bef2c4698702a11c7133a8011 100644 (file)
@@ -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) {