chiark / gitweb /
taint: add missing cgroups taint flag
[elogind.git] / src / snapshot.c
index a23f2dba400e00d51254a371898388bd9ec7f687..7cde25d4f6a57c82b5f6645aece95289a0e2b83d 100644 (file)
@@ -45,7 +45,7 @@ static void snapshot_set_state(Snapshot *s, SnapshotState state) {
                           snapshot_state_to_string(old_state),
                           snapshot_state_to_string(state));
 
-        unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state]);
+        unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state], true);
 }
 
 static int snapshot_load(Unit *u) {