]> git.ipfire.org Git - thirdparty/systemd.git/commit
sysupdate: Implement systemd-sysupdated dbus service
authorAdrian Vovk <adrianvovk@gmail.com>
Fri, 30 Jun 2023 02:58:41 +0000 (22:58 -0400)
committerTom Coldrick <thomas.coldrick@codethink.co.uk>
Wed, 21 Aug 2024 08:31:41 +0000 (09:31 +0100)
commitbf2c741fd772af6f04b4fa234ada2d364f9a5d6c
tree5a8a98cf56241ea6d3fac1c57d7ac2cc79b716c2
parent2656f44c3c9b3c7825381a1620aa4cd8c26acd70
sysupdate: Implement systemd-sysupdated dbus service

Co-authored-by: Tom Coldrick <thomas.coldrick@codethink.co.uk>
Co-authored-by: Abderrahim Kitouni <abderrahim.kitouni@codethink.co.uk>
17 files changed:
man/org.freedesktop.sysupdate1.xml [new file with mode: 0644]
man/rules/meson.build
man/systemd-sysupdate.xml
man/systemd-sysupdated.service.xml [new file with mode: 0644]
meson.build
po/POTFILES.in
src/shared/bus-locator.c
src/shared/bus-locator.h
src/sysupdate/meson.build
src/sysupdate/org.freedesktop.sysupdate1.conf [new file with mode: 0644]
src/sysupdate/org.freedesktop.sysupdate1.policy [new file with mode: 0644]
src/sysupdate/org.freedesktop.sysupdate1.service [new file with mode: 0644]
src/sysupdate/sysupdate-util.h
src/sysupdate/sysupdate.c
src/sysupdate/sysupdated.c [new file with mode: 0644]
units/meson.build
units/systemd-sysupdated.service.in [new file with mode: 0644]