diff --git a/ct/technitiumdns.sh b/ct/technitiumdns.sh index b114aa1b3..2a033975e 100644 --- a/ct/technitiumdns.sh +++ b/ct/technitiumdns.sh @@ -30,6 +30,7 @@ function update_script() { if [[ -f /etc/systemd/system/dns.service ]]; then mv /etc/systemd/system/dns.service /etc/systemd/system/technitium.service systemctl daemon-reload + systemctl enable -q --now technitium fi if is_package_installed "aspnetcore-runtime-8.0"; then $STD apt remove -y aspnetcore-runtime-8.0