]> git.pld-linux.org Git - packages/syslog-ng.git/blobdiff - syslog-ng-simple.conf
note that /dev/log link may need manual fixing
[packages/syslog-ng.git] / syslog-ng-simple.conf
index afd20640f1c47824962b69f6483d0a8f7a9a57e6..357b502506c4c2bb15d9b4902d06510ae1a2823d 100644 (file)
@@ -23,9 +23,13 @@ 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");
+# NOTE: if you are running under systemd and fixed config then you may need to manually fix /dev/log symlink:
+# ln -s /run/systemd/journal/dev-log /dev/log
+#
        internal();
 };
 
This page took 0.118437 seconds and 4 git commands to generate.