summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-07-06 00:47:15 +0200
committerChristian Ruppert <idl0r@gentoo.org>2011-07-06 00:47:15 +0200
commit48dcc55b65c6e62d32b9c6a5ec69e67081e939ae (patch)
tree720008e4b21392648d83715c966fa2c61131c07f /etc
parent44dc7db4f89382fe198d1115a20d30ceb10cce02 (diff)
downloadopenrc-48dcc55b65c6e62d32b9c6a5ec69e67081e939ae.tar.gz
openrc-48dcc55b65c6e62d32b9c6a5ec69e67081e939ae.tar.bz2
openrc-48dcc55b65c6e62d32b9c6a5ec69e67081e939ae.tar.xz
Document the new rc_logger_path option
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index 6b14298..e668782 100644
--- a/etc/rc.conf.in
+++ b/etc/rc.conf.in
@@ -47,6 +47,10 @@
# logging can take place and as such cannot log the sysinit runlevel.
#rc_logger="YES"
+# Through rc_logger_path you can specify a custom log file.
+# The default value is: /var/log/rc.log
+#rc_logger_path=/var/log/rc.log
+
# By default we filter the environment for our running scripts. To allow other
# variables through, add them here. Use a * to allow all variables through.
#rc_env_allow="VAR1 VAR2"