Skip to content

initd-lint: prevent false positive for start_pre

Kevin Daudt requested to merge kdaudt/atools:initd-lint-false-positive into master

start_pre is perfectly fine to have in an init script, but initd-lint accidentally flagged it as a custom stop function.

Tighten the match for custom start/stop function to prevent false positives.

Merge request reports