mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-10 06:13:20 -05:00
Merge pull request #83 from Maryse47/nofork
unbound.service.in: do not fork into the background
This commit is contained in:
commit
eb7f9a50f2
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ WantedBy=multi-user.target
|
|||
|
||||
[Service]
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
ExecStart=@UNBOUND_SBIN_DIR@/unbound
|
||||
ExecStart=@UNBOUND_SBIN_DIR@/unbound -d
|
||||
NotifyAccess=main
|
||||
Type=notify
|
||||
CapabilityBoundingSet=CAP_IPC_LOCK CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID CAP_SYS_CHROOT CAP_SYS_RESOURCE CAP_NET_RAW
|
||||
|
|
|
|||
Loading…
Reference in a new issue