1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00

syslog-forwarder continue after logrotate

tail -F to continue reading new /var/log/syslog
This commit is contained in:
Sergey Shepelev 2015-02-20 00:44:38 +03:00
parent 3a5afa485a
commit eb23de21d9

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
exec tail -f -n 0 /var/log/syslog exec tail -F -n 0 /var/log/syslog