Skip to content

Instantly share code, notes, and snippets.

@ceejayoz
Created October 12, 2015 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ceejayoz/bd9ccbc59115a53e6741 to your computer and use it in GitHub Desktop.
Save ceejayoz/bd9ccbc59115a53e6741 to your computer and use it in GitHub Desktop.
description "Monitor files and send to remote syslog"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
pre-start exec /usr/bin/test -e /etc/log_files.yml
exec remote_syslog -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment