summaryrefslogtreecommitdiffstats
path: root/main/lighttpd/lighttpd.pre-install
blob: 4ff00ea20de635442619487531eca2af8333b8af (plain)
1
2
3
4
#!/bin/sh

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