summaryrefslogtreecommitdiff
path: root/pcr/openrc-misc/syslog-ng.confd
diff options
context:
space:
mode:
authorfreaj <freaj@riseup.net>2015-03-30 11:08:25 +0200
committerfreaj <freaj@riseup.net>2015-03-30 11:08:25 +0200
commitcec37e643f4889b4b8652bdfce886b1e5e81f2bd (patch)
treec992d8325923324f5d318f57b4c05dd5fe494988 /pcr/openrc-misc/syslog-ng.confd
parent7385c6143c1b587bca68deade6e5989d11879767 (diff)
downloadabslibre-cec37e643f4889b4b8652bdfce886b1e5e81f2bd.tar.gz
abslibre-cec37e643f4889b4b8652bdfce886b1e5e81f2bd.tar.bz2
abslibre-cec37e643f4889b4b8652bdfce886b1e5e81f2bd.zip
openrc-misc: add new package to [pcr]
Diffstat (limited to 'pcr/openrc-misc/syslog-ng.confd')
-rw-r--r--pcr/openrc-misc/syslog-ng.confd42
1 files changed, 42 insertions, 0 deletions
diff --git a/pcr/openrc-misc/syslog-ng.confd b/pcr/openrc-misc/syslog-ng.confd
new file mode 100644
index 000000000..42fa26ab4
--- /dev/null
+++ b/pcr/openrc-misc/syslog-ng.confd
@@ -0,0 +1,42 @@
+# Config file for /etc/init.d/syslog-ng
+
+# If you are not using network logging, this entire section should be
+# commented out. Otherwise, choose one of the settings below based on
+# how you are configuring your network.
+#
+# If you are using the net.* scripts to configure your network, you should
+# set rc_need to match the interface through which your logging server
+# can be reached.
+#rc_need="net.eth0"
+#
+# If you are using an interface manager like wicd, dhcpcd in standalone
+# mode, networkmanager, etc to control your interfaces, set rc_need to
+# the name of that service.
+# rc_need="dhcpcd"
+#rc_need="networkmanager"
+#
+# If you are using newnet and configuring your interface statically with
+# the network script, you should use this setting.
+#rc_need="network"
+#
+# You can use this setting, but I do not recommend relying on it.
+#rc_need="net"
+#
+# You may also want to uncomment the following if you are using network
+# logging.
+#rc_use="stunnel"
+
+# For very customized setups these variables can be adjusted as needed
+# but for most situations they should remain commented:
+# SYSLOG_NG_CONFIGFILE=/etc/syslog-ng/syslog-ng.conf
+# SYSLOG_NG_STATEFILE_DIR=/var/lib/syslog-ng
+# SYSLOG_NG_STATEFILE=${SYSLOG_NG_STATEFILE_DIR}/syslog-ng.persist
+# SYSLOG_NG_PIDFILE_DIR=/run
+# SYSLOG_NG_PIDFILE=${SYSLOG_NG_PIDFILE_DIR}/syslog-ng.pid
+# SYSLOG_NG_GROUP=root
+# SYSLOG_NG_USER=root
+
+# Put any additional options for syslog-ng here.
+# See syslog-ng(8) for more information.
+
+SYSLOG_NG_OPTS=""