mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 09:32:04 +00:00
Bind the io.systemd.SysUpdate.Notify.OnCompletedUpdate() method in the sysext Varlink server. systemd-sysext provides a single Varlink service covering both the sysext and confext image classes, so one notification refreshes both (equivalent to "systemd-sysext refresh" plus "systemd-confext refresh"). Hook a socket into /run/systemd/sysupdate/notify/ via systemd-sysupdate-notify-sysext.socket, enabled by default via the preset.
20 lines
648 B
Desktop File
20 lines
648 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
#
|
|
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
[Unit]
|
|
Description=System Extension and Configuration Refresh on Completed System Update
|
|
Documentation=man:systemd-sysext(8)
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target initrd-switch-root.target
|
|
After=local-fs.target
|
|
Before=shutdown.target initrd-switch-root.target
|
|
|
|
[Service]
|
|
ExecStart=-systemd-sysext
|