aports/testing/sthttpd/sthttpd.pre-install
Francesco Colista de8633236f testing/sthttpd: new aport
Fixes #12657

This is an initial aport that needs test before being promoted
to community
2021-05-12 08:31:38 +00:00

9 lines
197 B
Bash

#!/bin/sh
addgroup -S -g 82 www-data 2>/dev/null
adduser -S -D -H -h /var/www/localhost/htdocs -s /sbin/nologin \
-g thttpd thttpd 2>/dev/null
addgroup thttpd www-data 2>/dev/null
exit 0