aboutsummaryrefslogtreecommitdiffstats
path: root/testing/thttpd/thttpd.pre-install
blob: 104f72bc862a55bf379e2652c3192519c45b0a9a (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 thttpd 2>/dev/null
addgroup thttpd www-data 2>/dev/null