Skip to content

Commit

Permalink
Merge pull request syncthing#106 from ojongerius/patch-1
Browse files Browse the repository at this point in the history
Correct example
  • Loading branch information
AudriusButkevicius committed Jan 17, 2016
2 parents 4d1c114 + a0e1f38 commit 74eb5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/relaying.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ system::
$ sudo useradd relaysrv
$ sudo mkdir /etc/relaysrv
$ sudo chown relaysrv /etc/relaysrv
$ sudo -u relaysrv /usr/local/relaysrv -keys /etc/relaysrv
$ sudo -u relaysrv /usr/local/bin/relaysrv -keys /etc/relaysrv

This creates a user ``relaysrv`` and a directory ``/etc/relaysrv`` to store
the keys. The keys are generated on first startup. The relay will join the
Expand Down

0 comments on commit 74eb5e2

Please sign in to comment.