diff options
author | Sebastian Arcus <s.arcus@open-t.co.uk> | 2018-01-19 19:19:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-20 07:01:16 +0700 |
commit | cde1dbc872073212d179f5db98739853cbfee1af (patch) | |
tree | cf7e1a5728303bc70fb3f98bbec94959c935b21a /network/syncthing/README | |
parent | ba0a97470506bbae1e26a37642f3599fb0e83fbb (diff) | |
download | slackbuilds-cde1dbc872073212d179f5db98739853cbfee1af.tar.gz |
network/syncthing: Updated for version 0.14.43.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/syncthing/README')
-rw-r--r-- | network/syncthing/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/syncthing/README b/network/syncthing/README index d5672c9ded..6037811cca 100644 --- a/network/syncthing/README +++ b/network/syncthing/README @@ -6,7 +6,7 @@ Android, Solaris, Darwin and BSD. It can sync files between devices on a local network, or between remote devices over the Internet. Before you can build Syncthing, you have to create a syncthing -user and group: +user and group (used when running syncthing as a system-wide daemon): # groupadd -g 307 syncthing # useradd -d /var/lib/syncthing -g syncthing -s /bin/bash -u 307 syncthing |