diff --git a/etc/cachefilesd.conf b/etc/cachefilesd.conf new file mode 100644 index 0000000..5926824 --- /dev/null +++ b/etc/cachefilesd.conf @@ -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 diff --git a/etc/runit/runsvdir/default/cachefilesd b/etc/runit/runsvdir/default/cachefilesd new file mode 120000 index 0000000..d3f2360 --- /dev/null +++ b/etc/runit/runsvdir/default/cachefilesd @@ -0,0 +1 @@ +/etc/sv/cachefilesd \ No newline at end of file diff --git a/etc/sv/.gitignore b/etc/sv/.gitignore index 13bb805..0347fa0 100644 --- a/etc/sv/.gitignore +++ b/etc/sv/.gitignore @@ -17,6 +17,7 @@ /apache/ /autofs/ /brltty/ +/cachefilesd/ /crond /cups-browsed/ /cupsd/ diff --git a/var/.gitignore b/var/.gitignore index c624295..03bf6d8 100644 --- a/var/.gitignore +++ b/var/.gitignore @@ -1,4 +1,3 @@ -/cache/ /chroot/ /db/ /empty/ diff --git a/var/cache/.gitignore b/var/cache/.gitignore new file mode 100644 index 0000000..013a6e2 --- /dev/null +++ b/var/cache/.gitignore @@ -0,0 +1,4 @@ +/cups/ +/fontconfig/ +/ldconfig/ +/xbps/ diff --git a/var/cache/fscache/.gitignore b/var/cache/fscache/.gitignore new file mode 100644 index 0000000..bf7e8e0 --- /dev/null +++ b/var/cache/fscache/.gitignore @@ -0,0 +1,2 @@ +/cache/ +/graveyard/