#!/bin/sh

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

exit 0
