Restart apache2 service after enabling it

This commit is contained in:
CanbiZ (MickLesk)
2026-04-30 14:14:07 +02:00
committed by GitHub
parent 5823496a23
commit c933549393
+2 -1
View File
@@ -68,7 +68,8 @@ chmod 640 /usr/local/nagios/etc/htpasswd.users
msg_ok "Configured Web Authentication"
msg_info "Starting Services"
systemctl enable -q --now apache2
systemctl enable -q apache2
systemctl restart apache2
systemctl enable -q --now nagios
msg_ok "Started Services"