]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
systemd.bbclass: add ${sysconfdir}/systemd/user to search path
authorArtur Kowalski <arturkow2000@gmail.com>
Mon, 20 Jan 2025 12:46:00 +0000 (13:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Jan 2025 12:07:52 +0000 (12:07 +0000)
commitdf1cdf1bf4cd7d9f17c6a02538057ccfc2efba64
treef9daddb18cd4b5bf8f28906058d02199b3d3862e
parentab6476d28485598ae842472a7b15ca7bf244c776
systemd.bbclass: add ${sysconfdir}/systemd/user to search path

We already search for system units ${sysconfdir}/systemd/system but we
don't search for user units in corresponding directory under ${sysconfdir}.
Keep the behaviour consistent so that both unit types are searched in
${systemd_{system,user}_unitdir} and ${sysconfdir}/systemd/{system,user}.

Signed-off-by: Artur Kowalski <arturkow2000@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/systemd.bbclass