Skip to content

Instantly share code, notes, and snippets.

@faxm0dem
Created November 28, 2015 21:35
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 faxm0dem/1c6feaa66631ec128263 to your computer and use it in GitHub Desktop.
Save faxm0dem/1c6feaa66631ec128263 to your computer and use it in GitHub Desktop.
syslog-ng config no named blocks
log {
source {
file("/var/log/messages");
};
destination {
syslog("localhost");
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment