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

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