diff options
Diffstat (limited to 'etc/rc.conf')
| -rw-r--r-- | etc/rc.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index ca0f9207..73b65847 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -54,6 +54,13 @@ # The default value is: /var/log/rc.log #rc_log_path="/var/log/rc.log" +# rc_output_logger and rc_error_logger specify the default commands +# used to log the stdout and stderr of services. +# Scripts can override those by setting output_logger and error_logger, +# respectively, to a value, or disable logging by setting to null. +#rc_output_logger="logger -t 'openrc[$RC_SVCNAME]' -p daemon.notice" +#rc_error_logger="logger -t 'openrc[$RC_SVCNAME]' -p daemon.err" + # If you want verbose output for OpenRC, set this to yes. If you want # verbose output for service foo only, set it to yes in /etc/conf.d/foo. #rc_verbose=no |
