summaryrefslogtreecommitdiff
blob: 5cb8299fd37bf6f034e168a617ad7c56ce37ef87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# /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