Files
gentoo/dev-util/sccache/files/scheduler.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
438 B
Plaintext

# /etc/conf.d/sccache-scheduler: config file for /etc/init.d/sccache-scheduler
#
# Full path to config file. /etc/sccache/scheduler.conf is default if not set.
#SCCACHE_SCHEDULER_CONF="/etc/sccache/scheduler.conf"
# logging is off by default, possible values are: error warn info debug trace
#SCCACHE_SCHEDULER_LOGLEVEL=info
# no limits set by default, see IONICE(1), NICE(1), START-STOP-DAEMON(8)
#SSD_NICELEVEL=15
#SSD_IONICELEVEL=3