diff options
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/pacman-offline-reboot.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/pacman-offline-reboot.service b/systemd/pacman-offline-reboot.service index bb7a44f..7026061 100644 --- a/systemd/pacman-offline-reboot.service +++ b/systemd/pacman-offline-reboot.service @@ -4,4 +4,4 @@ ConditionPathExists=/system-update [Service] Type=oneshot -ExecStart=/usr/bin/systemctl reboot +ExecStart=/usr/bin/systemctl soft-reboot |