mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-04 08:55:20 +02:00
6 lines
131 B
Bash
6 lines
131 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S chasquid 2>/dev/null
|
|
adduser -S -D -H -s /sbin/nologin -G chasquid -g chasquid chasquid 2>/dev/null
|
|
|
|
exit 0
|