core/service: drop job done messages identical to generic ones

Prompted by #38263
This commit is contained in:
Mike Yuan
2025-07-19 14:55:37 +02:00
committed by Yu Watanabe
parent 0021f7fdf4
commit 879ed340a1

View File

@@ -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,
},