fix rsyslog

This commit is contained in:
Imam Syahid Hudzaifah 2025-08-12 10:27:24 +07:00
parent 1acba7ea81
commit e326816fb7

View File

@ -22,5 +22,8 @@ color_log() {
done
}
# Start rsyslog service (if needed)
service rsyslog start
# Start Apache in foreground and pipe through color_log
apache2-foreground 2>&1 | color_log