Skip to content

Commit

Permalink
Release 2.3.6 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Aug 17, 2022
1 parent 4c34e38 commit 3e90aec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
examples/
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.3.6 2022-08-17 <dave at tiredofit dot ca>

### Changed
- Switch to using exec to launch process


## 2.3.5 2022-05-24 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion install/etc/services.available/10-unbound/run
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ check_service_initialized init
liftoff

print_start "Starting Unbound"
unbound -c "${CONFIG_PATH}""${CONFIG_FILE}" -d
exec unbound -c "${CONFIG_PATH}""${CONFIG_FILE}" -d

0 comments on commit 3e90aec

Please sign in to comment.