2019-08-14 12:16:12 +00:00

30 lines
599 B
Plaintext

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