aboutsummaryrefslogtreecommitdiffstats
path: root/testing/crtmpserver/crtmpserver.pre-install
blob: 643a6f8ff1af438a394c4de11a5fa58657b15ce9 (plain)
1
2
3
#!/bin/sh
adduser -S -h /var/crtmpserver -s /bin/false -g rtmpd rtmpd 2>/dev/null
exit 0