fix rsyslog
This commit is contained in:
parent
1acba7ea81
commit
e326816fb7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user