openbsd-ports/sysutils/gamin/files/gaminrc
ajacoutot 494093ce60 Import (lib,py-)gamin-0.1.10
Gamin is a file and directory monitoring system defined to be a subset
of the FAM (File Alteration Monitor) system.
The main goals of the project are:
  * minimize the security model of FAM
  * simplify the code base
  * provide an API and ABI compatible replacement for FAM
  * try to fix some other issues like resource consumption

works for bernd@
ok landry@ jasper@
2009-12-04 08:07:20 +00:00

12 lines
332 B
Plaintext

# $OpenBSD: gaminrc,v 1.1.1.1 2009/12/04 08:07:20 ajacoutot Exp $
#
# Configuration file for gamin.
# See http://www.gnome.org/~veillard/gamin/config.html for details.
# reduce polling frequency to once per 10 seconds for NFS file systems
# in order to lower CPU load
fsset nfs poll 10
# disable monitoring on ffs
#fsset ffs none