#!/bin/sh /usr/sbin/dnsmasq -d --hostsdir /app/hosts.d/ -p 5353 & /usr/local/bin/python3 /app/main.py & wait -n exit $?