From 84a906395b3672f8ad6ac49d5b3f04f9f90bac66 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 10 Jul 2023 09:41:41 +0200 Subject: do a soft-reboot in first step --- bin/pacman-offline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/pacman-offline b/bin/pacman-offline index a8fddf5..57024f0 100755 --- a/bin/pacman-offline +++ b/bin/pacman-offline @@ -78,7 +78,7 @@ ln -sf /var/cache/pacman/pkg /system-update # reboot if requested if [ ${REBOOT} -eq 1 ]; then - systemctl reboot + systemctl soft-reboot # start timer if requested elif [ ${TIMER} -eq 1 ]; then systemctl start pacman-offline-reboot.timer -- cgit v1.2.3-54-g00ecf