From a6d05ae5e6aca6831e42e98caf74e1b99a57bb49 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 24 Dec 2025 22:38:55 +0100 Subject: [PATCH] fix: technitium: service migration (#10300) --- ct/technitiumdns.sh | 1 + 1 file changed, 1 insertion(+) 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