priv-kweihmann / systemdlint

Systemd Linter
BSD 2-Clause "Simplified" License
32 stars 7 forks source link

False positive warning of ExecNotFound #39

Open priv-kweihmann opened 4 years ago

priv-kweihmann commented 4 years ago
rootfs/etc/systemd/system/sysinit.target.wants/apparmor.service :18:1 - Command referenced not found - [systemdlint.systemdlint.ExecNotFound]

with the unit having set

ExecStop=/sbin/apparmor_parser --remove /etc/apparmor.d/

and rootfs having

-rwxr-xr-x 1 user group 1344624 Mar 20 13:32 sbin/apparmor_parser