diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-04-22 18:34:46 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-04-22 20:38:16 +0200 |
commit | c6aadfdd328b24e07aa46ea4f91f0e86be05de2b (patch) | |
tree | 1390bd62b32b135e13958aa6e2d29e40a14f03c8 /man/ukify.xml | |
parent | test: ensure all architecture ids we define definitely fit into .v/ patterns (diff) | |
download | systemd-c6aadfdd328b24e07aa46ea4f91f0e86be05de2b.tar.xz systemd-c6aadfdd328b24e07aa46ea4f91f0e86be05de2b.zip |
ukify: swap the ordering of config search paths
Let's follow our usual ordering.
Follow-up for a05fa30f88e522101c8412deecd7f598e2254b20.
Diffstat (limited to 'man/ukify.xml')
-rw-r--r-- | man/ukify.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ukify.xml b/man/ukify.xml index a9034bc511..bf6f328536 100644 --- a/man/ukify.xml +++ b/man/ukify.xml @@ -167,7 +167,7 @@ <para>If no config file is provided via the option <option>--config=<replaceable>PATH</replaceable></option>, <command>ukify</command> will try to look for a default configuration file in the following paths in this - order: <filename>/run/systemd/ukify.conf</filename>, <filename>/etc/systemd/ukify.conf</filename>, + order: <filename>/etc/systemd/ukify.conf</filename>, <filename>/run/systemd/ukify.conf</filename>, <filename>/usr/local/lib/systemd/ukify.conf</filename>, and <filename>/usr/lib/systemd/ukify.conf</filename>, and then load the first one found. <command>ukify</command> will proceed normally if no configuration file is specified and no default one is found.</para> |