mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-24 23:12:41 +01:00
7 lines
142 B
Bash
7 lines
142 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S stubby 2>/dev/null
|
|
adduser -S -D -H -h /var/lib/stubby -s /sbin/nologin -G stubby -g stubby stubby 2>/dev/null
|
|
|
|
exit 0
|