Unbound: use daemon -f instead of nohup

This commit is contained in:
Stephan de Wit 2023-01-09 11:57:02 +01:00
parent 78e575b53f
commit 0d9c4fa625

View File

@ -71,5 +71,5 @@ if [ -n "${DOMAIN}" ]; then
fi
if [ -f /var/unbound/data/stats ]; then
/usr/bin/nohup /usr/local/opnsense/scripts/unbound/logger.py &
/usr/sbin/daemon -f /usr/local/opnsense/scripts/unbound/logger.py
fi