diff options
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/pacman-offline.service | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systemd/pacman-offline.service b/systemd/pacman-offline.service index 01ce462..bd8ee49 100644 --- a/systemd/pacman-offline.service +++ b/systemd/pacman-offline.service @@ -11,4 +11,6 @@ OnFailure=reboot.target Type=oneshot StandardOutput=tty StandardError=tty +ExecStartPre=-/usr/bin/plymouth change-mode --updates +ExecStartPre=-/usr/bin/plymouth system-update --progress=20 ExecStart=/usr/lib/systemd/scripts/pacman-offline |