summarylogtreecommitdiffstats
path: root/geoipupdate.service
blob: 93bd6533452aba6ac1d7d83abf8f66a5ca0f80aa (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=GeoIPUpdate
Wants=network.target
After=network.target

[Service]
Type=oneshot
ExecStart=/usr/bin/geoipupdate --config-file /etc/GeoIP.conf

[Install]
WantedBy=multi-user.target