]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/service: introduce service_exec_flags
authorMike Yuan <me@yhndnzj.com>
Sat, 3 Feb 2024 16:25:03 +0000 (00:25 +0800)
committerMike Yuan <me@yhndnzj.com>
Sun, 4 Feb 2024 16:46:39 +0000 (00:46 +0800)
commit81006ebbd70f16f41b8717e3a3d383ad79bbf1cd
tree07b4178cb7fefd102cf137eb69f0628a2aa41a5a
parenta5801e9714636ec22a922520e045efd6e20249a6
core/service: introduce service_exec_flags

As suggested in
https://github.com/systemd/systemd/pull/31197#pullrequestreview-1861297477

Note that this slightly changes the behavior for
ExecReload=, ExecCondition= and ExecStartPost=. Will
be explained/corrected in later commits.
src/core/service.c