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.confd | |
| 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.confd')
| -rw-r--r-- | testing/rtpproxy/rtpproxy.confd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/rtpproxy/rtpproxy.confd b/testing/rtpproxy/rtpproxy.confd new file mode 100644 index 00000000..cb53e6d7 --- /dev/null +++ b/testing/rtpproxy/rtpproxy.confd @@ -0,0 +1,8 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# Additional options to start rtpproxy with +# +# see "rtpproxy -h" for a list of options +RTPPROXY_OPTS="" |
