mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
Closes: https://bugs.gentoo.org/694430 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
13 lines
420 B
Plaintext
13 lines
420 B
Plaintext
# /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, possible values are: error warn info debug trace
|
|
#SCCACHE_SERVER_LOGLEVEL=info
|
|
|
|
# no limits set by default, see IONICE(1), NICE(1), START-STOP-DAEMON(8)
|
|
#SSD_NICELEVEL=15
|
|
#SSD_IONICELEVEL=3
|