diff options
author | Christian Hesse <mail@eworm.de> | 2024-01-30 15:39:36 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-01-30 15:45:55 +0100 |
commit | d342ca8e078a098af40362e15c2a1becb239137e (patch) | |
tree | f60f2c35dc659b447c435c1ccd45787b7c4c47c5 /hook | |
parent | 4bc8477d2eac29086ece72fd6e7899d840c25b2e (diff) | |
download | pacman-offline-d342ca8e078a098af40362e15c2a1becb239137e.tar.gz pacman-offline-d342ca8e078a098af40362e15c2a1becb239137e.tar.zst |
force soft-reboot on regular reboot
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 242ca78..1228d5a 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 = /usr/bin/rm -fv /system-update +Exec = /usr/bin/rm -fv /system-update /run/systemd/system/systemd-reboot.service |