Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ishimoto Shinobu <nagakamira@gmail.com>
  • Loading branch information
Ishimoto Shinobu committed May 3, 2020
1 parent 481503a commit 321c73f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions stuff/svc/dnssec-triggerd.initd
Expand Up @@ -39,10 +39,6 @@ start() {
return $ret
}

start_post() {
/etc/NetworkManager/dispatcher.d/01-dnssec-trigger
}

stop() {
ebegin "Stopping $name"
start-stop-daemon --stop --quiet --pidfile $pidfile
Expand Down
2 changes: 1 addition & 1 deletion stuff/svc/unbound.initd
Expand Up @@ -12,7 +12,7 @@ description_reload="Kills all children and reloads the configuration."
# Upper case variables are here only for backward compatibility.
: ${cfgfile:=${UNBOUND_CONFFILE:-/etc/unbound/$RC_SVCNAME.conf}}

command=/usrsbin/unbound
command=/usr/bin/unbound
command_args="$command_args"
command_args_foreground="-d"

Expand Down

0 comments on commit 321c73f

Please sign in to comment.