Add example for Solaris SMF running

This commit is contained in:
Jakob Borg
2014-11-24 13:59:59 +01:00
parent 064aa64f20
commit 58fe8b0cf1
2 changed files with 61 additions and 0 deletions

13
etc/solaris-smf/README.md Normal file
View File

@@ -0,0 +1,13 @@
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`.