]> git.ipfire.org Git - thirdparty/systemd.git/commit
pid1: kill unit_file_find_dropin_paths() helper
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 24 Mar 2019 19:49:00 +0000 (20:49 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 17 Jul 2019 12:27:23 +0000 (14:27 +0200)
commit043fdc40105f976fc4884dbe95345d1cf05f5c64
treea2a092807c012f4bd2daa514964e291993edce55
parentb5328434c91b10ad49647e2352e62b1fbdce329d
pid1: kill unit_file_find_dropin_paths() helper

It had two users, but it is just a very thin wrapper around
unit_file_find_dropin_paths(), so using it seems more complicated than directly
invoking unit_file_find_dropin_paths() twice.
src/core/load-dropin.h
src/shared/dropin.h
src/systemctl/systemctl.c