]> git.pld-linux.org Git - packages/syslog-ng.git/blobdiff - syslog-ng-simple.conf
- release 6 (by relup.sh)
[packages/syslog-ng.git] / syslog-ng-simple.conf
index afd20640f1c47824962b69f6483d0a8f7a9a57e6..48ba9211faa0bab39efc99cf41eb74e86fb6df07 100644 (file)
@@ -1,4 +1,4 @@
-@version: 3.5
+@version: 3.8
 #
 # Syslog-ng configuration for PLD Linux
 #
@@ -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.0658029999999999 seconds and 4 git commands to generate.