freebsd-ports/sysutils/filewatcherd/files/pkg-message.in
William Grzybowski 1ba450ebbf 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.

WWW: https://github.com/faelys/filewatcherd/

PR:		ports/181485
Submitted by:	Natacha Porté <natbsd instinctive.eu>
2013-08-23 13:52:39 +00:00

25 lines
706 B
Text

========================================================================
filwatcherd configuration files were installed in the following directory:
%%ETCDIR%%
Before starting the server or the client you need to perform the
following steps:
1) Copy the appropriate sample configuration file as follows:
cp %%ETCDIR%%/watchtab.sample %%ETCDIR%%/watchtab
2) Edit filewatcherd's configuration file to suit your needs:
$EDITOR %%ETCDIR%%/watchtab
3) Add the following line to your rc.conf:
filewatcherd_enable="YES"
Then you can start filewatcherd by issuing the following command:
%%PREFIX%%/etc/rc.d/filewatcherd start
========================================================================