2203f1
# configuration for gamin
2203f1
# Can be used to override the default behaviour.
2203f1
# notify filepath(s) : indicate to use kernel notification
2203f1
# poll filepath(s)   : indicate to use polling instead
2203f1
# fsset fsname method poll_limit : indicate what method of notification for the filesystem
2203f1
#                                  kernel - use the kernel for notification
2203f1
#                                  poll - use polling for notification
2203f1
#                                  none - don't use any notification
2203f1
#
2203f1
#                                  the poll_limit is the number of seconds
2203f1
#                                  that must pass before a resource is polled again.
2203f1
#                                  It is optional, and if it is not present the previous
2203f1
#                                  value will be used or the default.