diff options
Diffstat (limited to 'systemd/pacman-offline-done-poweroff.service')
-rw-r--r-- | systemd/pacman-offline-done-poweroff.service | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/systemd/pacman-offline-done-poweroff.service b/systemd/pacman-offline-done-poweroff.service new file mode 100644 index 0000000..441daa9 --- /dev/null +++ b/systemd/pacman-offline-done-poweroff.service @@ -0,0 +1,22 @@ +# (C) 2017-2025 by Christian Hesse <mail@eworm.de> +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + + +[Unit] +Description=Offline system update with pacman - Poweroff +Documentation=https://pacman-offline.eworm.de/ +After=pacman-offline.service +DefaultDependencies=no +Conflicts=shutdown.target +Before=shutdown.target system-update.target +ConditionPathExists=/run/pacman-offline-done +ConditionPathExists=/run/pacman-offline-poweroff +SuccessAction=poweroff + +[Service] +Type=oneshot +ExecStart=/usr/bin/rm --force /run/pacman-offline-done /run/pacman-offline-poweroff |