1 2 3 4 5
#!/bin/sh adduser -S -H -h /var/lib/syncthing -s /sbin/nologin -D -g syncthing syncthing 2>/dev/null exit 0