[Unit]
Description=Weekly GeoIP update
Documentation=man:geoipupdate(1)
ConditionPathExists=/etc/GeoIP.conf

[Service]
Type=oneshot
ExecCondition=grep -q '^AccountID .*[^0]\\+' /etc/GeoIP.conf
ExecStart=/usr/bin/geoipupdate
User=root
