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

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