mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-03 15:51:33 +01:00
4 lines
80 B
Bash
4 lines
80 B
Bash
#!/bin/sh
|
|
adduser -S -h /var/crtmpserver -s /bin/false rtmpd 2>/dev/null
|
|
exit 0
|