aboutsummaryrefslogtreecommitdiffstats
path: root/testing/thttpd/thttpd.pre-install
blob: c2ccfb705cf2493feeae24d7710abf603828aa0a (plain)
1
2
3
4
5
6
#!/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