1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 20:38:58 +00:00
Files
baseimage-docker/image/runit/syslog-forwarder
Sergey Shepelev eb23de21d9 syslog-forwarder continue after logrotate
tail -F to continue reading new /var/log/syslog
2015-02-20 00:44:38 +03:00

3 lines
44 B
Bash
Executable File

#!/bin/sh
exec tail -F -n 0 /var/log/syslog