]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/service: remove effectively unused NOTIFY_UNKNOWN state
authorMike Yuan <me@yhndnzj.com>
Sun, 19 Oct 2025 19:47:54 +0000 (21:47 +0200)
committerMike Yuan <me@yhndnzj.com>
Tue, 4 Nov 2025 11:17:31 +0000 (12:17 +0100)
commit38ea58a907a84573d6064b72613e4ed0124162a4
treeb5795dba599c724e9c05f1e87b22acf04981b9df
parent1b5a9a7d569a246c46537ba4bb2b5edc6463e784
core/service: remove effectively unused NOTIFY_UNKNOWN state

We usually use _INVALID enum value as placeholder.

While at it, reset notify_state in service_enter_dead() for consistency.
src/core/service.c
src/core/service.h