mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-05 21:07:58 +00:00
.. | ||
README.md | ||
syncthing.xml |
This directory contains an example for running Syncthing under SMF on Solaris.
-
Install the
syncthing
binary in a directory calledbin
in your home directory. -
Edit the
syncthing.xml
file in the two places that refer to your username and home directory; that is, replacejb
with your actual username and/home/jb
with your actual home directory location. -
Load the service manifest, as a user with the appropriate rights.
svccfg import syncthing.xml
.