mirror of
https://github.com/syncthing/syncthing.git
synced 2026-01-21 20:28:33 -05:00
5 lines
132 B
Bash
5 lines
132 B
Bash
#!/bin/bash
|
|
|
|
addgroup --system syncthing
|
|
adduser --system --home /var/lib/syncthing-relaysrv --ingroup syncthing syncthing-relaysrv
|