Files
server/usr/lib/systemd/system/packagekit-offline-update.service
2026-01-07 20:52:11 +01:00

16 lines
400 B
Desktop File

[Unit]
Description=Update the operating system whilst offline
DefaultDependencies=no
Requires=sysinit.target dbus.socket
After=sysinit.target dbus.socket systemd-journald.socket system-update-pre.target
Before=shutdown.target system-update.target
# See packagekit.service
ConditionPathExists=!/run/ostree-booted
[Service]
Type=oneshot
ExecStart=/usr/libexec/pk-offline-update
FailureAction=reboot