diff options
Diffstat (limited to 'systemd/pacman-offline-reboot.service')
-rw-r--r-- | systemd/pacman-offline-reboot.service | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/systemd/pacman-offline-reboot.service b/systemd/pacman-offline-reboot.service deleted file mode 100644 index c131d70..0000000 --- a/systemd/pacman-offline-reboot.service +++ /dev/null @@ -1,14 +0,0 @@ -# (C) 2017-2024 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=Soft-reboot for pacman offline system-update -ConditionPathExists=/system-update - -[Service] -Type=oneshot -ExecStart=/usr/bin/systemctl soft-reboot |