Use exec in entrypoint.sh

This commit is contained in:
tcely 2018-01-17 18:41:35 -05:00 committed by GitHub
parent 82c4501366
commit 5c903d7d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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