You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/sccache/files/server.confd

22 lines
750 B

# /etc/conf.d/sccache-server: config file for /etc/init.d/sccache-server
#
# Full path to config file. /etc/sccache/server.conf is default if not set.
#SCCACHE_SERVER_CONF="/etc/sccache/server.conf"
# logging is off by default, see https://docs.rs/env_logger for possible values
#SCCACHE_SERVER_LOGLEVEL=info
# plain file (preferred), change logrotate file as well if you change this.
#output_log=/var/log/"${RC_SVCNAME}.log"
#error_log=/var/log/"${RC_SVCNAME}.error.log"
# syslog support via LOGGER(1). Note this spawns logger processes per io stream
#output_logger="logger -p daemon.none --"
#error_logger="logger -p daemon.err --"
# no limits set by default, see IONICE(1), NICE(1), START-STOP-DAEMON(8)
#SSD_NICELEVEL=15
#SSD_IONICELEVEL=3