blob: f5566e46cec5638166b2dd30386a46031c761bbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Website maintenance weekly cron job
[Timer]
Persistent=true
# Run every Sunday at 10am UTC (see the @daily timer).
OnCalendar=Sun 10:00:00 UTC
RandomizedDelaySec=1h
[Install]
WantedBy=default.target
|