driskell / log-courier

The Log Courier Suite is a set of lightweight tools created to ship and process log files speedily and securely, with low resource usage, to Elasticsearch or Logstash instances.
Other
419 stars 107 forks source link

On RHEL7 systems log-courier does not start after a reboot #361

Closed driskell closed 7 years ago

driskell commented 7 years ago

After a reboot (I think) log-courier fails to start due to missing /var/run/log-courier folder. This likely due to tempfs /run folder so the contents are lost and the folder missing.

Need to add in a mkdir to create the folder.

driskell commented 7 years ago

Might help if one installs the RHEL7 package and not the RHEL6 one 🤣