chiark / gitweb /
udev: don't ignore non-encrypted block devices with no superblock
[elogind.git] / src / path.c
index 77de32d1d6e8442fbe9b6ed4ee5e2042861c6267..bd40ab6f99bfa1fc41583e67125abedcf496dc50 100644 (file)
@@ -279,7 +279,7 @@ static void path_set_state(Path *p, PathState state) {
                           path_state_to_string(old_state),
                           path_state_to_string(state));
 
-        unit_notify(UNIT(p), state_translation_table[old_state], state_translation_table[state]);
+        unit_notify(UNIT(p), state_translation_table[old_state], state_translation_table[state], true);
 }
 
 static void path_enter_waiting(Path *p, bool initial, bool recheck);