aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-05-28 20:03:47 +0200
committerGravatar Christian Hesse <mail@eworm.de>2024-05-29 09:23:49 +0200
commit4599463573b9799baa0ab4b4763126163f8cf63a (patch)
tree99623b2806913ecfb8332727a117616c68969be1 /systemd
parentb1e3a9fc3d3b1b8111cca1a134861a7da8f917d0 (diff)
downloadpacman-offline-4599463573b9799baa0ab4b4763126163f8cf63a.tar.gz
pacman-offline-4599463573b9799baa0ab4b4763126163f8cf63a.tar.zst
prepare for manual poweroff
Diffstat (limited to 'systemd')
-rwxr-xr-xsystemd/pacman-offline3
1 files changed, 2 insertions, 1 deletions
diff --git a/systemd/pacman-offline b/systemd/pacman-offline
index 83d2791..ca14ba2 100755
--- a/systemd/pacman-offline
+++ b/systemd/pacman-offline
@@ -19,8 +19,9 @@ function finish { rm -f /run/pacman.conf; }
trap finish EXIT
sed '/^Include *= *\/etc\/pacman\.d\/offline\.conf$/s|^|#|' < /etc/pacman.conf > /run/pacman.conf
-# remove triggering symlink and (soft-)reboot override
+# remove triggering symlink and reboot & poweroff override
rm -f /system-update
+rm -f /run/systemd/system/systemd-poweroff.service
rm -f /run/systemd/system/systemd-reboot.service
# install updates