mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-06 05:17:49 +00:00
14 lines
492 B
Markdown
14 lines
492 B
Markdown
|
This directory contains an example for running Syncthing under SMF on
|
||
|
Solaris.
|
||
|
|
||
|
1. Install the `syncthing` binary in a directory called `bin` in your
|
||
|
home directory.
|
||
|
|
||
|
2. Edit the `syncthing.xml` file in the two places that refer to your
|
||
|
username and home directory; that is, replace `jb` with your actual
|
||
|
username and `/home/jb` with your actual home directory location.
|
||
|
|
||
|
3. Load the service manifest, as a user with the appropriate rights.
|
||
|
`svccfg import syncthing.xml`.
|
||
|
|