aports/testing/spreed-webrtc/spreed-webrtc.pre-install
Leonardo Arena aac5a520b4 testing/spreed-webrtc: new aport
WebRTC audio/video call and conferencing server
2017-01-03 15:22:00 +00:00

5 lines
136 B
Bash

#!/bin/sh
addgroup -S spreed 2>/dev/null
adduser -h /usr/share/spreed-webrtc -s /sbin/nologin -G spreed -S -D spreed 2>/dev/null
exit 0