]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemd-path: add new type SD_PATH_SEARCH_SYSCTL
authorGoffredo Baroncelli <kreijack@inwind.it>
Mon, 10 Nov 2025 21:56:04 +0000 (22:56 +0100)
committerGoffredo Baroncelli <kreijack@inwind.it>
Tue, 11 Nov 2025 18:31:16 +0000 (19:31 +0100)
commit52efca47237ca163150402c8d61f24dfabc9e27e
tree8bc9caa6ce85e663583a680150447d0e9d7e686f
parent457a39a866a765c9c0b1aef3279c1dfa5266bdcc
systemd-path: add new type SD_PATH_SEARCH_SYSCTL

Add new type SD_PATH_SEARCH_SYSCTL to the ones that systemd-path already
know.

Before the change:
$ systemd-path | egrep sysctl
sysctl: /usr/lib/sysctl.d

After the change:
$ ./systemd-path | egrep sysctl
search-sysctl: /etc/sysctl.d:/run/sysctl.d:/usr/local/lib/sysctl.d:/usr/lib/sysctl.d
sysctl: /usr/lib/sysctl.d
src/path/path-tool.c