]> git.pld-linux.org Git - packages/syslog-ng.git/blobdiff - syslog-ng.conf
- added ivykis patch, use system libivykis
[packages/syslog-ng.git] / syslog-ng.conf
index 345d3076ebcca1ce7922bc737dbaaa02e0c3e127..f6faeec54fd7275547a1c8447e6fb1cd3da88e91 100644 (file)
@@ -24,12 +24,15 @@ options {
 source s_sys   {
        file ("/proc/kmsg" program_override("kernel"));
        unix-stream("/dev/log" max-connections(1000) log_iw_size(100000));
+# if using systemd, comment out the line above, and uncomment line below
+#      unix-dgram("/run/systemd/journal/syslog");
        internal();
 };
 
 # uncomment the line below if you want to setup syslog server
 #source s_net  { udp(); };
 
+# if using systemd, an IP address instead of name may be required here
 #destination d_loghost { udp("loghost" port(514)); };
 
 destination d_kern     { file("/var/log/kernel"); };
This page took 0.055728 seconds and 4 git commands to generate.