diff options
author | tcely <tcely@users.noreply.github.com> | 2019-01-14 13:11:56 -0500 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-16 20:06:42 +0000 |
commit | cdca14c596c1f8832983501857c61ccbe8ac180b (patch) | |
tree | 5e69572d9c8aa8b12c32b6ecb4f9c7cc902d7afc /community/pdns/pdns.initd | |
parent | 9a8f36883a90dc2d84b73cb4583cfa9d075a0011 (diff) | |
download | aports-cdca14c596c1f8832983501857c61ccbe8ac180b.tar.bz2 aports-cdca14c596c1f8832983501857c61ccbe8ac180b.tar.xz |
community/pdns: use guardian mode
This fixes the reload command which relies on the guardian
to cycle the running instance.
fixes #7885
Diffstat (limited to 'community/pdns/pdns.initd')
-rw-r--r-- | community/pdns/pdns.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdns/pdns.initd b/community/pdns/pdns.initd index ee354aa437..8b5a7b8973 100644 --- a/community/pdns/pdns.initd +++ b/community/pdns/pdns.initd @@ -13,7 +13,7 @@ fi name="PowerDNS ($instance_name)" command="/usr/sbin/pdns_server" -command_args="${command_args:-} --guardian=no --daemon=no --write-pid=no $pdns_config" +command_args="${command_args:-} --guardian=yes --daemon=no --write-pid=no $pdns_config" command_background="yes" pidfile="/run/$RC_SVCNAME.pid" |