aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/crtmpserver/crtmpserver.pre-install
blob: e8dc1c722b688109c09206026a3b8714490f83c2 (plain)
1
2
3
4
5
#!/bin/sh

adduser -S -h /var/crtmpserver -s /bin/false -g rtmpd rtmpd 2>/dev/null

exit 0