Add cachfilesd configs.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-11 21:17:03 +00:00
commit 94e84c760e
6 changed files with 32 additions and 1 deletions

24
etc/cachefilesd.conf Normal file
View 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

View file

@ -0,0 +1 @@
/etc/sv/cachefilesd

1
etc/sv/.gitignore vendored
View file

@ -17,6 +17,7 @@
/apache/
/autofs/
/brltty/
/cachefilesd/
/crond
/cups-browsed/
/cupsd/

1
var/.gitignore vendored
View file

@ -1,4 +1,3 @@
/cache/
/chroot/
/db/
/empty/

4
var/cache/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
/cups/
/fontconfig/
/ldconfig/
/xbps/

2
var/cache/fscache/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/cache/
/graveyard/