fix: technitium: service migration (#10300)

This commit is contained in:
Tobias
2025-12-24 22:38:55 +01:00
committed by GitHub
parent e6ca8a646d
commit a6d05ae5e6

View File

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