mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-20 08:02:26 +01:00
4 lines
141 B
Bash
Executable File
4 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
addgroup -S rtpengine 2>/dev/null
|
|
adduser -S -D -h /run/rtpengine -s /sbin/nologin -G rtpengine -g rtpengine rtpengine 2>/dev/null
|