summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/unbound/files/unbound.initd')
-rw-r--r--net-dns/unbound/files/unbound.initd4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-dns/unbound/files/unbound.initd b/net-dns/unbound/files/unbound.initd
index 525020c39..70750723c 100644
--- a/net-dns/unbound/files/unbound.initd
+++ b/net-dns/unbound/files/unbound.initd
@@ -22,8 +22,6 @@ start() {
configtest || return 1
ebegin "Starting unbound"
- touch "${pid_file}"
- chown unbound:unbound "${pid_file}"
unbound -c "${config_file}"
eend $?
}
@@ -35,7 +33,7 @@ stop() {
}
configtest() {
- ebegin "Checking config"
+ ebegin "Checking config (${config_file})"
unbound-checkconf "${config_file}" > /dev/null 2>&1
local RESULT=$?
if test "$RESULT" != 0; then