summaryrefslogtreecommitdiff
path: root/sys-fs/lxcfs/files/lxcfs-5.0.2.confd
blob: bc853aa681be88c3b11ff72c51eba0a96fdda033 (plain)
1
2
3
4
5
6
7
8
# /etc/conf.d/lxcfs: config file for /etc/init.d/lxcfs

# lxcfs options:
# -l == calculate container load average instead of displaying host load average
# -u == don't display swap usage to containers

LXCFS_OPTS="-l -u"
LXCFS_PATH="/var/lib/lxcfs"