Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
FILEWATCHERD(8) 	     System Manager's Manual		 FILEWATCHERD(8)

NAME
     filewatcherd -- run commands in response to file changes

SYNOPSIS
     filewatcherd [-dh] [-w delay_ms] watchtab

DESCRIPTION
     filewatcherd  is a daemon inspired by cron, that run commands based on file
     changes instead of time.  In principle it is similar to  incron,  but  it's
     simpler,  more  limited, and does not depend on anything outside of FreeBSD
     base.

     watchtab describes which paths and what events to watch,  and  commands  to
     run when triggered.

     The options are as follows:

     -d, --foreground
	  Don't fork to background and log to stderr.

     -h, --help
	  Display help text.

     -w delay_ms, --wait delay_ms
	  Wait that number of milliseconds after watchtab changes before reload-
	  ing it.

SEE ALSO
     watchtab(5)

AUTHORS
     filewatcherd  has	been  mostly  developed  and  is  maintained  by Natasha
     "Kerensikova" Porte.

FreeBSD ports 15.quarterly	October 20, 2015		 FILEWATCHERD(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=filewatcherd&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help