mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
When the GeoIP databases get refreshed (weekly), we want PowerDNS to reload them. Do this by running pdns_control reload in ExecStartPost.
3 lines
55 B
Plaintext
3 lines
55 B
Plaintext
[Service]
|
|
ExecStartPost=+-/usr/bin/pdns_control reload
|