leaving out the user parameter is not very healthy

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7122 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michal Bielicki 2008-01-07 11:26:15 +00:00
parent 96164e0967
commit 860bf0a278
1 changed files with 2 additions and 1 deletions

3
debian/postinst vendored
View File

@ -24,7 +24,8 @@ case "$1" in
if ! getent passwd freeswitch >/dev/null; then
adduser --disabled-password --quiet --system \
--home /opt/freeswitch \
--gecos "FreeSwitch Voice Platform" --group daemon
--gecos "FreeSwitch Voice Platform" --group daemon \
freeswitch
fi
mkdir -p /opt/freeswitch