13 lines
308 B
SYSTEMD
13 lines
308 B
SYSTEMD
[Unit]
|
|
Description=Semantic MediaWiki job timer %I
|
|
Documentation=https://www.semantic-mediawiki.org/wiki/Help:Cron_jobs
|
|
|
|
[Timer]
|
|
# run the jobs in the morning, after the backups happen
|
|
OnCalendar=*-*-* 04:00:00
|
|
RandomizedDelaySec=1h
|
|
Unit=semantic-mediawiki-jobs@%i.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|