]> TLD Linux GIT Repositories - packages/syslog-ng.git/blobdiff - syslog-ng-simple.conf
- updated to 3.25.1
[packages/syslog-ng.git] / syslog-ng-simple.conf
index 48ba9211faa0bab39efc99cf41eb74e86fb6df07..b71e3a4f7f8a0ab6ee4cc79b1b0b5a19549f7e6b 100644 (file)
@@ -1,6 +1,6 @@
-@version: 3.8
+@version: 3.25
 #
-# 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();
 };