Use exec in entrypoint.sh
This commit is contained in:
parent
82c4501366
commit
5c903d7d84
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
chown -R named:named /var/cache/bind
|
chown -R named:named /var/cache/bind
|
||||||
# Run in foreground and log to STDERR (console):
|
# Run in foreground and log to STDERR (console):
|
||||||
/usr/sbin/named -c /etc/bind/named.conf -g -u named
|
exec /usr/sbin/named -c /etc/bind/named.conf -g -u named
|
||||||
|
|
Loading…
Reference in New Issue