1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/testing/uhttpd/uhttpd.pre-install
2025-04-21 10:24:36 +00:00

8 lines
211 B
Bash

#!/bin/sh
addgroup -S -g 82 www-data 2>/dev/null
addgroup -S uhttpd >/dev/null
adduser -S -D -H -h /dev/null -s /sbin/nologin -G uhttpd -g uhttpd uhttpd 2>/dev/null
addgroup uhttpd www-data 2>/dev/null
exit 0