]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/service: forbid reverting STOPPING=1
authorMike Yuan <me@yhndnzj.com>
Sun, 19 Oct 2025 19:35:52 +0000 (21:35 +0200)
committerMike Yuan <me@yhndnzj.com>
Tue, 4 Nov 2025 11:17:32 +0000 (12:17 +0100)
commit98734ac74d16862302c490e2a5bbc60539b7e6a4
treedbb73df90dca8ce47da2894970f8e6387ec9d034
parented834f11cbb5ffa2d861afd6b74c2cef574872a2
core/service: forbid reverting STOPPING=1

We don't permit state transition from STOPPING back to RUNNING,
hence refrain from resetting notify_state too.
src/core/service.c