aboutsummaryrefslogtreecommitdiff
path: root/network/syncthing/README
diff options
context:
space:
mode:
authorSebastian Arcus <s.arcus@open-t.co.uk>2020-10-09 02:34:08 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-10 10:18:47 +0700
commitb498c2faf4ea40dc25d519724538584982ccb9c6 (patch)
treec69016c12b78370fe0112edf3f9f7559323060f9 /network/syncthing/README
parent3949b61cd87401f556b508cfdd69b63ac20dde7a (diff)
downloadslackbuilds-b498c2faf4ea40dc25d519724538584982ccb9c6.tar.xz
network/syncthing: Updated for version 1.9.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/syncthing/README')
-rw-r--r--network/syncthing/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/syncthing/README b/network/syncthing/README
index 6037811cca80..86b1197e66b6 100644
--- a/network/syncthing/README
+++ b/network/syncthing/README
@@ -8,8 +8,8 @@ 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 (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
+groupadd -g 307 syncthing
+useradd -d /var/lib/syncthing -g syncthing -s /bin/bash -u 307 syncthing
This package includes a rc.syncthing startup script, suitable for
running Syncthing as a system daemon - such as on a server.