aboutsummaryrefslogtreecommitdiffstats
path: root/community/seafile/seafile-server.pre-install
blob: 66e7a2ccff7fca985403846a8f915f90fe39461b (plain)
1
2
3
4
5
6
7
#!/bin/sh

SEAFILE_HOME=/var/lib/seafile

addgroup -S -g 800 seafile 2>/dev/null
adduser -S -h $SEAFILE_HOME -s /bin/sh -G seafile -g seafile -u 800 -D seafile 2>/dev/null
exit 0