]> git.ipfire.org Git - thirdparty/systemd.git/commit
unit: always return 1 in log_kill
authormsizanoen1 <msizanoen@qtmlabs.xyz>
Tue, 7 Feb 2023 13:17:21 +0000 (20:17 +0700)
committerLennart Poettering <lennart@poettering.net>
Wed, 8 Feb 2023 10:33:54 +0000 (11:33 +0100)
commit500cd2e83b8246fbf20d99db898039cfba746223
treec525e3c6aba4f46f8205f3b20620a5ee62e55742
parentef9962212aab39e621c8ec465cf7909cbba6ba4d
unit: always return 1 in log_kill

This ensures that cg_kill_items returns the correct value to let the
manager know that a process was killed.
src/core/unit.c