diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2019-03-25 22:10:03 +0100 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-04-05 00:00:01 +0300 |
commit | 1947f2bd7d4c6ccda012321640dfb6041ddfe5f1 (patch) | |
tree | 65f30f94761ed413a920a56fd9a91781b908f6b0 /community/pdns-recursor/pdns-recursor.initd | |
parent | 6c9acfce1da19d04c8453650092020ad36a9c874 (diff) | |
download | aports-1947f2bd7d4c6ccda012321640dfb6041ddfe5f1.tar.bz2 aports-1947f2bd7d4c6ccda012321640dfb6041ddfe5f1.tar.xz |
community/pdns-recursor: after entropy
Diffstat (limited to 'community/pdns-recursor/pdns-recursor.initd')
-rw-r--r-- | community/pdns-recursor/pdns-recursor.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdns-recursor/pdns-recursor.initd b/community/pdns-recursor/pdns-recursor.initd index 80e851d064..0414c89191 100644 --- a/community/pdns-recursor/pdns-recursor.initd +++ b/community/pdns-recursor/pdns-recursor.initd @@ -11,7 +11,7 @@ extra_started_commands="dump reload" depend() { need net - after firewall + after firewall entropy } start() { |