diff --git a/ct/zoraxy.sh b/ct/zoraxy.sh
index 7c5a23e3..f4e4d51c 100644
--- a/ct/zoraxy.sh
+++ b/ct/zoraxy.sh
@@ -62,7 +62,7 @@ if [[ "${RELEASE}" != "$(cat "/opt/${APP}_version.txt")" ]] || [[ ! -f "/opt/${A
   install zoraxy_linux_amd64 /usr/bin/zoraxy
   rm zoraxy_linux_amd64
   echo "${RELEASE}" > "/opt/${APP}_version.txt"
-  systemctl restart traefik.service
+  systemctl restart zoraxy.service
   msg_ok "Updated ${APP} LXC"
 else
   msg_ok "No update required. ${APP} is already at ${RELEASE}"