diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2017-11-22 08:13:07 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2017-11-22 08:17:54 +0000 |
commit | 3ba75a44029f0be6bec64c664ebc922143976d43 (patch) | |
tree | 1b00c3865e05ef2cb2336c673c26773387c32f42 /community/coturn/coturn.pre-install | |
parent | f7c8b3472ed9eacba743da67006cb625381f59b7 (diff) | |
download | aports-3ba75a44029f0be6bec64c664ebc922143976d43.tar.bz2 aports-3ba75a44029f0be6bec64c664ebc922143976d43.tar.xz |
testing/coturn: move to community
run testsuites
Diffstat (limited to 'community/coturn/coturn.pre-install')
-rw-r--r-- | community/coturn/coturn.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/coturn/coturn.pre-install b/community/coturn/coturn.pre-install new file mode 100644 index 0000000000..28dd31c19a --- /dev/null +++ b/community/coturn/coturn.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +addgroup -S turnserver 2>/dev/null +adduser -S -D -h /var/lib/turnserver -s /sbin/nologin -G turnserver -g turnserver turnserver 2>/dev/null + +exit 0 |