chiark / gitweb /
job: start job timer when we begin running the job, not already when we add it to...
[elogind.git] / src / manager.c
index f266aaa01c652d8ce2d2e6da24cabed5fc512cfe..6759bbac975c3e22ed8fe1b46b40a1976c5d9dcf 100644 (file)
@@ -1216,7 +1216,6 @@ static int transaction_apply(Manager *m) {
 
                 job_add_to_run_queue(j);
                 job_add_to_dbus_queue(j);
-                job_start_timer(j);
 
                 log_debug("Installed new job %s/%s as %u", j->unit->meta.id, job_type_to_string(j->type), (unsigned) j->id);
         }