]> git.ipfire.org Git - thirdparty/systemd.git/commit
analyze: skip to check ExecCommand for .mount and .swap units
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 20 Feb 2024 02:09:43 +0000 (11:09 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 20 Feb 2024 11:59:10 +0000 (11:59 +0000)
commit142f0e951752d925b073c1c9ede52df617b45be9
tree3390bc5c48c8ae188e7ab311c28c5c6e06df0541
parent793166aea52dfbd06cfa622d5eda0bb31f9da6cf
analyze: skip to check ExecCommand for .mount and .swap units

They are not set by a unit file, but dynamically generated.

Fixes a bug caused by abf0ccc1c6fb81fdcb801566695600a518a28b43.

Fixes #31396.
src/analyze/analyze-verify-util.c