mirror of
/repos/baseimage-docker.git
synced 2025-12-30 08:01:31 +01:00
Merge pull request #197 from temoto/patch-3
syslog-forwarder continue after logrotate
This commit is contained in:
commit
c983f03960
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec tail -f -n 0 /var/log/syslog
|
exec tail -F -n 0 /var/log/syslog
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user