Add cachefilesd configs.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-11 20:31:35 +00:00
commit 4a39ca5247
3 changed files with 26 additions and 0 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
/dcron/
/dhcpcd/