]> git.ipfire.org Git - thirdparty/systemd.git/commit
sysupdated: Add Acquire() and Install() D-Bus methods
authorPhilip Withnall <pwithnall@gnome.org>
Mon, 19 Jan 2026 17:16:54 +0000 (17:16 +0000)
committerPhilip Withnall <pwithnall@gnome.org>
Mon, 23 Feb 2026 16:35:01 +0000 (16:35 +0000)
commitf0b2ea63f4e6876839a05dd05bc8bc338d8e8abb
tree6e3230364925b89aca763646fae47c7ef7ee680b
parentdc3e59f50c556746b4e4971ee9312b9c470cdb46
sysupdated: Add Acquire() and Install() D-Bus methods

These mirror the `sysupdate acquire` and `sysupdate update --offline`
verbs, which are themselves a split of `sysupdate update` into
downloading and installing stages.

The existing `sysupdated` `Update()` method is kept for now, for
convenience. It might be dropped in future.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
Helps: https://github.com/systemd/systemd/issues/34814
man/org.freedesktop.sysupdate1.xml
src/sysupdate/org.freedesktop.sysupdate1.conf
src/sysupdate/sysupdated.c