mbox series

[v3,0/8] Systemd user presets support

Message ID 20250120124605.263817-2-arturkow2000@gmail.com
Headers show
Series Systemd user presets support | expand

Message

Artur Kowalski Jan. 20, 2025, 12:45 p.m. UTC
This is v3 of the series. I renamed the `glob` variable to `opt_global` in
the first commit. With this last change in place the series are ready
for testing.

Artur Kowalski (8):
  systemd-systemctl: add support for --global flag
  systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  systemd.bbclass: factor out service lookup logic into separate
    function
  systemd.bbclass: introduce systemd_service_searchpaths()
  systemd.bbclass: properly handle user units in systemd_create_presets
  systemd.bbclass: update postinst and prerm hooks
  systemd.bbclass: support user units in postinst and prerm hooks
  image.bbclass: enable systemd user services

 meta/classes-recipe/image.bbclass             |   1 +
 meta/classes-recipe/systemd.bbclass           | 118 +++++++++++++-----
 .../systemd/systemd-systemctl/systemctl       |  42 ++++---
 3 files changed, 112 insertions(+), 49 deletions(-)