mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-06 05:17:49 +00:00
5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
addgroup --system syncthing
|
||
|
adduser --system --home /var/lib/syncthing-discosrv --ingroup syncthing syncthing-discosrv
|