forked from Docker/baseimage-docker
syslog-forwarder continue after logrotate
tail -F to continue reading new /var/log/syslog
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec tail -f -n 0 /var/log/syslog
|
||||
exec tail -F -n 0 /var/log/syslog
|
||||
|
||||
Reference in New Issue
Block a user