Re: File watcher process for BSD

Chris Stankevitz <[email protected]> Thu, 27 Aug 2015 09:21:37 -0700
Newsgroups gmane.network.unison.devel
Message-ID <[email protected]>
On 8/21/15 9:41 AM, Chris Stankevitz wrote:
> When using '-repeat watch', how does unison discover the PID of the FWP?
>   Or, if unison launches the FWP, how does unison learn the FWP's name?

I think I found the answer in NEWS:  "Unison will now look for 
fsmonitor.py in the same directory where the Unison executable itself 
lives."

So it appears that the file watcher process must be named "fsmonitor.py" 
and it must live in the same directory as the unison binary.

Chris