mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-28 12:02:04 +01:00
7 lines
149 B
Bash
7 lines
149 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S dendrite 2>/dev/null
|
|
adduser -S -D -h /var/lib/dendrite -s /sbin/nologin -G dendrite -g dendrite dendrite 2>/dev/null
|
|
|
|
exit 0
|