aports/main/syslog-ng/syslog-ng-source.std
Jens Vehlhaber a5f43901e6 main/syslog-ng: update to version 3.6.2
Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
2015-05-08 09:22:54 +00:00

11 lines
531 B
Plaintext

# ---------------------------------------------------------------------------------
# Default syslog-ng sources; Do not edit this file!
# append source with line on a file: syslog-ng-source.<package>
# ---------------------------------------------------------------------------------
# message generated by Syslog-NG
internal();
# standard Linux log source (this is the default place for the syslog() function to send logs to)
unix-dgram("/dev/log");
# messages from the kernel
file("/proc/kmsg" program_override("kernel"));