Add cachefilesd configs.
This commit is contained in:
parent
f7c9d1eeed
commit
4a39ca5247
3 changed files with 26 additions and 0 deletions
24
etc/cachefilesd.conf
Normal file
24
etc/cachefilesd.conf
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
###############################################################################
|
||||||
|
#
|
||||||
|
# Copyright (C) 2006,2010 Red Hat, Inc. All Rights Reserved.
|
||||||
|
# Written by David Howells (dhowells@redhat.com)
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version
|
||||||
|
# 2 of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
dir /var/cache/fscache
|
||||||
|
tag nas0
|
||||||
|
brun 10%
|
||||||
|
bcull 9%
|
||||||
|
bstop 5%
|
||||||
|
frun 10%
|
||||||
|
fcull 9%
|
||||||
|
fstop 5%
|
||||||
|
|
||||||
|
# Assuming you're using SELinux with the default security policy included in
|
||||||
|
# this package
|
||||||
|
#secctx system_u:system_r:cachefiles_kernel_t:s0
|
1
etc/runit/runsvdir/default/cachefilesd
Symbolic link
1
etc/runit/runsvdir/default/cachefilesd
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/etc/sv/cachefilesd
|
1
etc/sv/.gitignore
vendored
1
etc/sv/.gitignore
vendored
|
@ -17,6 +17,7 @@
|
||||||
/apache/
|
/apache/
|
||||||
/autofs/
|
/autofs/
|
||||||
/brltty/
|
/brltty/
|
||||||
|
/cachefilesd/
|
||||||
/crond
|
/crond
|
||||||
/dcron/
|
/dcron/
|
||||||
/dhcpcd/
|
/dhcpcd/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue