aports/testing/crtmpserver/crtmpserver.pre-install
2012-12-13 08:46:26 +00:00

4 lines
80 B
Bash

#!/bin/sh
adduser -S -h /var/crtmpserver -s /bin/false rtmpd 2>/dev/null
exit 0