- added systemd timer for weekly updates (needs to be enabled by admin) OBS-URL: https://build.opensuse.org/request/show/710994 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=18
10 lines
181 B
Desktop File
10 lines
181 B
Desktop File
[Unit]
|
|
Description=Update GeoIP databases
|
|
Documentation=man:geoipupdate(1) man:GeoIP.conf(5)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=/var/lib/GeoIP
|
|
|
|
ExecStart=/usr/bin/geoipupdate
|