/lib/systemd/system/packagekit-offline-update.service is in packagekit 1.1.9-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [Unit]
Description=Update the operating system whilst offline
DefaultDependencies=no
Requires=sysinit.target dbus.socket
After=sysinit.target dbus.socket systemd-journald.socket
Before=shutdown.target system-update.target
# See packagekit.service
ConditionPathExists=!/run/ostree-booted
[Service]
Type=oneshot
ExecStart=/usr/lib/packagekit/pk-offline-update
FailureAction=reboot
|