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