mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 13:20:40 +00:00
fix: technitium: service migration (#10300)
This commit is contained in:
@@ -30,6 +30,7 @@ function update_script() {
|
|||||||
if [[ -f /etc/systemd/system/dns.service ]]; then
|
if [[ -f /etc/systemd/system/dns.service ]]; then
|
||||||
mv /etc/systemd/system/dns.service /etc/systemd/system/technitium.service
|
mv /etc/systemd/system/dns.service /etc/systemd/system/technitium.service
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
systemctl enable -q --now technitium
|
||||||
fi
|
fi
|
||||||
if is_package_installed "aspnetcore-runtime-8.0"; then
|
if is_package_installed "aspnetcore-runtime-8.0"; then
|
||||||
$STD apt remove -y aspnetcore-runtime-8.0
|
$STD apt remove -y aspnetcore-runtime-8.0
|
||||||
|
|||||||
Reference in New Issue
Block a user