blob: 258a162baef24f1700acaa7f8f01e619d6efd0e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# journal-brief hourly timer
[Unit]
Description=Regular Journal Service briefing
Documentation=https://aur.archlinux.org/packages/journal-brief
Documentation=https://github.com/twaugh/journal-brief
[Timer]
# Start every hour with an added random delay up to 5 minutes
OnCalendar=hourly
RandomizedDelaySec=300
[Install]
WantedBy=timers.target
|