Fix syslog for updated phusion base image

Syslog is now started outside of the normal init process
This commit is contained in:
Joseph Schorr 2018-02-02 10:52:18 -05:00
parent 6514bf229f
commit 0f49d787eb
2 changed files with 0 additions and 5 deletions

View file

@ -1,5 +0,0 @@
#!/bin/bash
set -e
TESTDATA=$(date)
logger -t runit "$TESTDATA"
grep "$TESTDATA" /var/log/syslog > /dev/null