1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/community/thttpd/thttpd.pre-install

8 lines
212 B
Bash

#!/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