diff options
author | Christian Hesse <mail@eworm.de> | 2024-05-28 20:03:47 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-05-29 09:23:49 +0200 |
commit | 4599463573b9799baa0ab4b4763126163f8cf63a (patch) | |
tree | 99623b2806913ecfb8332727a117616c68969be1 /hook | |
parent | b1e3a9fc3d3b1b8111cca1a134861a7da8f917d0 (diff) | |
download | pacman-offline-4599463573b9799baa0ab4b4763126163f8cf63a.tar.gz pacman-offline-4599463573b9799baa0ab4b4763126163f8cf63a.tar.zst |
prepare for manual poweroff
Diffstat (limited to 'hook')
-rw-r--r-- | hook/99-pacman-offline.hook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hook/99-pacman-offline.hook b/hook/99-pacman-offline.hook index 19dc366..9c4f456 100644 --- a/hook/99-pacman-offline.hook +++ b/hook/99-pacman-offline.hook @@ -8,4 +8,4 @@ Target = * [Action] Description = Disabling scheduled pacman offline update... When = PostTransaction -Exec = /bin/sh -c 'rm --force /system-update /run/systemd/system/systemd-reboot.service && systemctl daemon-reload' +Exec = /bin/sh -c 'rm --force /system-update /run/systemd/system/systemd-poweroff.service /run/systemd/system/systemd-reboot.service && systemctl daemon-reload' |