#!/bin/sh

adduser -H -h /var/www/localhost/htdocs -s /bin/false -D lighttpd 2>/dev/null
exit 0