chiark / gitweb /
tmpwatch: install the unit files
[elogind.git] / src / job.c
index 7b20987c4adec8e8361003098f239dedc6e1d1cd..ac3bb9d72962c53655c3b671ea828b1febe7a49f 100644 (file)
--- a/src/job.c
+++ b/src/job.c
@@ -540,6 +540,8 @@ int job_finish_and_invalidate(Job *j, bool success) {
                 if (other->meta.job)
                         job_add_to_run_queue(other->meta.job);
 
+        manager_check_finished(u->meta.manager);
+
         return 0;
 }