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

addgroup -g 82 -S 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