]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
systemd.bbclass: properly handle user units in systemd_create_presets
authorArtur Kowalski <arturkow2000@gmail.com>
Mon, 20 Jan 2025 12:46:03 +0000 (13:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Jan 2025 12:07:52 +0000 (12:07 +0000)
commit0218542d80723ec314a648af8e9649806c3a51aa
tree99f18d5b00711338bf431be0425b58780310ba2c
parent9a89d36932dda306b3c2cf10771647eabc267769
systemd.bbclass: properly handle user units in systemd_create_presets

Previously user units were handled the same way as system units, that
is all preset files were created in system-preset directory, but user
presets should be in user-preset directory.

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