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

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

exit 0