From d342ca8e078a098af40362e15c2a1becb239137e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 30 Jan 2024 15:39:36 +0100 Subject: force soft-reboot on regular reboot --- bin/pacman-offline | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin') diff --git a/bin/pacman-offline b/bin/pacman-offline index 80f0759..cbf5ff5 100755 --- a/bin/pacman-offline +++ b/bin/pacman-offline @@ -83,6 +83,12 @@ pacman --config /run/pacman.conf --sync --noconfirm --sysupgrade --downloadonly # enable system update ln -sf /var/cache/pacman/pkg /system-update +# force a soft-reboot on reboot +if [ -e /usr/lib/systemd/system/systemd-soft-reboot.service ]; then + ln -sf ../../../usr/lib/systemd/system/systemd-soft-reboot.service /run/systemd/system/systemd-reboot.service + systemctl daemon-reload +fi + # reboot if requested if [ ${REBOOT} -eq 1 ]; then if systemctl --dry-run soft-reboot 2>/dev/null; then -- cgit v1.2.3-54-g00ecf