diff options
Diffstat (limited to 'systemd/pacman-offline-reboot.timer')
-rw-r--r-- | systemd/pacman-offline-reboot.timer | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/systemd/pacman-offline-reboot.timer b/systemd/pacman-offline-reboot.timer new file mode 100644 index 0000000..b958b84 --- /dev/null +++ b/systemd/pacman-offline-reboot.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Reboot for pacman offline system-update +ConditionPathExists=/system-update + +[Timer] +OnCalendar=03:00:00 +RandomizedDelaySec=2hours + +[Install] +WantedBy=timers.target |