aboutsummaryrefslogtreecommitdiffstats
path: root/community/thttpd/thttpd.pre-install
blob: 47dd3b066321a66aad0d501bfdba1e6f18d8bbbb (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

addgroup -S -g 82 www-data 2>/dev/null
adduser -S -D -H -h /var/www/localhost/htdocs -s /sbin/nologin \
        -g thttpd thttpd 2>/dev/null
addgroup thttpd www-data 2>/dev/null

exit 0