File: preload.default

package info (click to toggle)
preload 0.6.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 772 kB
  • sloc: ansic: 2,100; sh: 1,265; makefile: 196
file content (10 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# Default settings for preload init.d script
# sourced by /etc/init.d/preload

# Use Idle scheduling class (see start-stop-daemon(8), ionice(1) and
# ioprio_set(2)).

PRELOAD_IOSCHED="--iosched idle"

# Enabling this should lead to lower disk activity.
# OPTIONS="-l /dev/null"