提交 c79509a3 authored 作者: Travis Cross's avatar Travis Cross

Use /var/lib/freeswitch as home directory on Debian

Previously we were using /var/run/freeswitch.

Julian pointed out that someone may actually want to keep information
around in the home directory.  For Gemeinschaft they need to keep the
.odbc.ini file here.

Thanks-to: Julian Pawlowski <julian.pawlowski@gmail.com>
上级 c3e3f818
...@@ -8,7 +8,7 @@ case "$1" in ...@@ -8,7 +8,7 @@ case "$1" in
fi fi
if ! getent passwd freeswitch >/dev/null; then if ! getent passwd freeswitch >/dev/null; then
useradd --system -g freeswitch -Gaudio \ useradd --system -g freeswitch -Gaudio \
-d /var/run/freeswitch \ -d /var/lib/freeswitch \
-s /bin/false \ -s /bin/false \
-e '' \ -e '' \
-c 'FreeSWITCH' \ -c 'FreeSWITCH' \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论