Fix syslog for updated phusion base image
Syslog is now started outside of the normal init process
This commit is contained in:
parent
6514bf229f
commit
0f49d787eb
2 changed files with 0 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
TESTDATA=$(date)
|
||||
logger -t runit "$TESTDATA"
|
||||
grep "$TESTDATA" /var/log/syslog > /dev/null
|
Reference in a new issue