diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-25 06:50:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-25 06:50:15 +0000 |
commit | 0935adc881c214273ff81eaa0992af009a6cf2ab (patch) | |
tree | c084ac540d3e08c7c8e4ae2f5d3877c338b959e1 /testing/freeswitch/freeswitch.confd | |
parent | 7faeb39657f5a9257c411e897f87ce57ba74bc45 (diff) | |
parent | f795115fc0210db52c4325aa57a4005cd6d4df7d (diff) | |
download | aports-0935adc881c214273ff81eaa0992af009a6cf2ab.tar.bz2 aports-0935adc881c214273ff81eaa0992af009a6cf2ab.tar.xz |
Merge remote branch 'mmason/master'
Diffstat (limited to 'testing/freeswitch/freeswitch.confd')
-rw-r--r-- | testing/freeswitch/freeswitch.confd | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/freeswitch/freeswitch.confd b/testing/freeswitch/freeswitch.confd new file mode 100644 index 0000000000..378e4b41f4 --- /dev/null +++ b/testing/freeswitch/freeswitch.confd @@ -0,0 +1,25 @@ +# +# FreeSWITCH startup configuration +# + +# freeswitch will be running with this userid +FREESWITCH_USER="freeswitch" + + +# optional: group the freeswitch process should be running with +# +# (note: without this option freeswitch will be using all groups +# the user in FREESWITCH_USER is a member of) +# +#FREESWITCH_GROUP="freeswitch" + + + +# optional: other options, e.g. +# +# -hp Use realtime priority and protect freeswitch +# process from being swapped to disk +# (warning: dangerous on machines with little ram!) +# +#FREESWITCH_OPTS="" + |