]> TLD Linux GIT Repositories - packages/syslog-ng.git/blobdiff - syslog-ng-simple.conf
- reverted config merge, updated to 3.14
[packages/syslog-ng.git] / syslog-ng-simple.conf
index 48ba9211faa0bab39efc99cf41eb74e86fb6df07..4bd888c90f9fed5361c80db835f0659f4c224296 100644 (file)
@@ -1,6 +1,6 @@
-@version: 3.8
+@version: 3.14
 #
-# Syslog-ng configuration for PLD Linux
+# Syslog-ng configuration for TLD Linux
 #
 # See syslog-ng(8) and syslog-ng.conf(5) for more information.
 #
@@ -25,11 +25,6 @@ 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();
 };