Add cachfilesd configs.
This commit is contained in:
parent
19bc0f8376
commit
94e84c760e
6 changed files with 32 additions and 1 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
|
||||||
/cups-browsed/
|
/cups-browsed/
|
||||||
/cupsd/
|
/cupsd/
|
||||||
|
|
|
||||||
1
var/.gitignore
vendored
1
var/.gitignore
vendored
|
|
@ -1,4 +1,3 @@
|
||||||
/cache/
|
|
||||||
/chroot/
|
/chroot/
|
||||||
/db/
|
/db/
|
||||||
/empty/
|
/empty/
|
||||||
|
|
|
||||||
4
var/cache/.gitignore
vendored
Normal file
4
var/cache/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
/cups/
|
||||||
|
/fontconfig/
|
||||||
|
/ldconfig/
|
||||||
|
/xbps/
|
||||||
2
var/cache/fscache/.gitignore
vendored
Normal file
2
var/cache/fscache/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
/cache/
|
||||||
|
/graveyard/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue