This repository has been archived on 2026-08-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2019-08-08 18:04:52 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
addgroup --system syncthing
|
|
|
|
|
adduser --system --home /var/lib/syncthing-discosrv --ingroup syncthing syncthing-discosrv
|