diff options
| author | Jeff Bilyk <jbilyk@gmail.com> | 2011-02-09 19:19:57 +0000 |
|---|---|---|
| committer | William Pitcock <nenolod@dereferenced.org> | 2011-02-09 19:40:00 -0600 |
| commit | 5017a62317c4020cb555c31bf3f4e53b385b8041 (patch) | |
| tree | 29dae7e3aa161c98c13c8c980760e2da93ac082f /testing/rtpproxy/rtpproxy.pre-install | |
| parent | bc34c3bcea955c6af483012cd4d691a1b13fc62e (diff) | |
| download | aports-5017a62317c4020cb555c31bf3f4e53b385b8041.tar.bz2 aports-5017a62317c4020cb555c31bf3f4e53b385b8041.tar.xz | |
testing/rtpproxy: add init script and conf.d along with rtproxy user creation
Adds an init script and conf.d file that were borrowed from Gentoos. Also create rtpproxy user and group
Diffstat (limited to 'testing/rtpproxy/rtpproxy.pre-install')
| -rw-r--r-- | testing/rtpproxy/rtpproxy.pre-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/rtpproxy/rtpproxy.pre-install b/testing/rtpproxy/rtpproxy.pre-install new file mode 100644 index 0000000000..498bedbd0b --- /dev/null +++ b/testing/rtpproxy/rtpproxy.pre-install @@ -0,0 +1,5 @@ +#!/bin/sh + +addgroup -S rtpproxy 2>/dev/null +adduser -S -G rtpproxy -H -h /usr/share/rtpproxy -s /bin/false rtpproxy 2>/dev/null +exit 0 |
