blob: 32b1ecb5b21f44107e73474201df29e14a3266ae (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# (C) 2017-2023 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=Reboot for pacman offline system-update
[Timer]
OnCalendar=03:00:00
RandomizedDelaySec=2hours
[Install]
WantedBy=timers.target
|