where is the syncthing binary file?

I installed syncthing on debian 9 using the instruction below. https://apt.syncthing.net/

Now, I want to autostart it using supervisor. I need to know where the binary file is. Where can I find this file.

command = /path/to/syncthing/binary

In the usual place: /usr/bin/syncthing. Also there is a very useful utility to find the path of a binary in your $PATH: which.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.