summaryrefslogtreecommitdiff
path: root/templates/rsyslog_default_gentoo.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-09-17 11:11:45 -0400
committerMicah Anderson <micah@riseup.net>2014-09-17 11:11:45 -0400
commitb8ef11c23949d12732ad5cdaebb3023ff39a297a (patch)
tree69305f1afb350e2d3956b0c8767c3a70cde7c7e6 /templates/rsyslog_default_gentoo.erb
parente6dddeec8b71cda20d3a682af7b973e3027f4f01 (diff)
Move default file to template to take advantage of rsyslog_version fact and different flags available pre version 7 - Fixes #61HEADmaster
Diffstat (limited to 'templates/rsyslog_default_gentoo.erb')
-rw-r--r--templates/rsyslog_default_gentoo.erb16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/rsyslog_default_gentoo.erb b/templates/rsyslog_default_gentoo.erb
new file mode 100644
index 0000000..f5de7b5
--- /dev/null
+++ b/templates/rsyslog_default_gentoo.erb
@@ -0,0 +1,16 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/files/7-stable/rsyslog.confd,v 1.1 2012/11/20 13:03:36 ultrabug Exp $
+
+# Configuration file
+CONFIGFILE="/etc/rsyslog.conf"
+
+# PID file
+PIDFILE="/var/run/rsyslogd.pid"
+
+# Options to rsyslogd
+# See rsyslogd(8) for more details
+# Notes:
+# * Do not specify another PIDFILE but use the variable above to change the location
+# * Do not specify another CONFIGFILE but use the variable above to change the location
+RSYSLOG_OPTS=""