mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
core/service: drop job done messages identical to generic ones
Prompted by #38263
This commit is contained in:
@@ -5810,13 +5810,6 @@ const UnitVTable service_vtable = {
|
||||
.status_text = service_status_text,
|
||||
|
||||
.status_message_formats = {
|
||||
.finished_start_job = {
|
||||
[JOB_FAILED] = "Failed to start %s.",
|
||||
},
|
||||
.finished_stop_job = {
|
||||
[JOB_DONE] = "Stopped %s.",
|
||||
[JOB_FAILED] = "Stopped (with error) %s.",
|
||||
},
|
||||
.finished_job = service_finished_job,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user