ansible-roles/roles/geoipupdate/templates/geoipupdate.service.j2
2021-12-01 19:13:34 +01:00

8 lines
120 B
Django/Jinja

[Unit]
Description=Update MaxMind GeoIP databases
[Service]
Type=oneshot
ExecStart=/usr/bin/geoipupdate
TimeoutSec=600