mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 19:36:48 +02:00
5 lines
125 B
Bash
Executable file
5 lines
125 B
Bash
Executable file
#!/bin/sh
|
|
|
|
addgroup -S monopd 2>/dev/null
|
|
adduser -S -D -H -h /dev/null -s /sbin/nologin -g monopd monopd 2>/dev/null
|
|
exit 0
|