mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-27 22:25:19 +07:00
job: report the status of first half of JOB_RESTART the same as JOB_STOP
This commit is contained in:
parent
c69182961b
commit
1f136e7acf
@ -587,7 +587,7 @@ static void job_print_status_message(Unit *u, JobType t, JobResult result) {
|
||||
;
|
||||
}
|
||||
|
||||
} else if (t == JOB_STOP) {
|
||||
} else if (t == JOB_STOP || t == JOB_RESTART) {
|
||||
|
||||
format = format_table->finished_stop_job[result];
|
||||
if (!format)
|
||||
|
Loading…
Reference in New Issue
Block a user