File: vmtouch.default

package info (click to toggle)
vmtouch 1.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 172 kB
  • sloc: ansic: 762; sh: 51; makefile: 23; perl: 16
file content (11 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# Change to yes to enable running vmtouch as a daemon
ENABLE_VMTOUCH=no

# User and group to run as
VMTOUCH_USER_GROUP=nobody:nogroup

# Whitespace separated list of files and directories for vmtouch to operate on
VMTOUCH_FILES="/nonexistent"

# Options to pass to vmtouch itself. See vmtouch(8).
VMTOUCH_OPTIONS="-d -l -m 1G"