Restart nginx

This commit is contained in:
Jeff Keller
2025-10-02 18:17:43 +00:00
parent 70d63febda
commit 98d69e1ce8

View File

@@ -387,6 +387,7 @@ EOF
systemctl daemon-reload
systemctl enable netalertx.service
systemctl start netalertx.service
systemctl restart nginx
# Verify service is running
if systemctl is-active --quiet netalertx.service; then