aboutsummaryrefslogtreecommitdiffstats
path: root/community/syncthing/syncthing.pre-install
blob: ab337cca31e362e8979ab09f549766a8c99ae46f (plain)
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