13 lines
202 B
SYSTEMD
13 lines
202 B
SYSTEMD
[Unit]
|
|
Description=Weekly update of GeoLite2 databases
|
|
Documentation=man:geoipupdate(1) man:GeoIP.conf(5)
|
|
|
|
[Timer]
|
|
OnUnitInactiveSec=1w
|
|
OnStartupSec=1h
|
|
AccuracySec=1h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|