Skip to content

Commit

Permalink
unbound: Create /var/unbound
Browse files Browse the repository at this point in the history
`/usr/sbin/unbound-startup` also takes care of this, but as the location
is defined in the package, create the directory here too.
  • Loading branch information
pmenzel committed May 28, 2021
1 parent dd7ddbe commit 238b0e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unbound.be0
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ mee_build() {

mee_install_post() {
start_cmd mv ${D}/etc/unbound/unbound.conf{,.sample}

start_cmd install -o unbound -m 755 -d ${D}/var/unbound
}

###############################################################################
Expand Down

0 comments on commit 238b0e3

Please sign in to comment.