Closed mikkonie closed 1 week ago
The file itself could be easily wiped by adding rm -f /var/run/rsyslogd.pid
to the entrypoint. However, when this next happens I need to check if there is indeed a corresponding process running. If so, that should be killed as well I suppose.
Nope, that process does not exist. Adding the rm
command to the entrypoint. Open for ideas if there is a better way to handle this.
Fixed.
When starting up the image using
docker compose
, there are occasional errors regarding logging. Either it's a complaint for not being able to write to the log file, or the following:I'm definitely not a syslog expert, so no idea why these occur. Need to investigate.