Files
gentoo/dev-util/sccache/files/server.confd
Georgy Yakovlev c9a7f830d8 dev-util/sccache: drop old
Closes: https://bugs.gentoo.org/694430
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2020-02-17 22:15:59 -08:00

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