diff options
Diffstat (limited to 'network/syncthing/README')
-rw-r--r-- | network/syncthing/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/syncthing/README b/network/syncthing/README index 6037811cca801..86b1197e66b6f 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. |