forked from Mirrors/freeswitch
ingroup is better than group especially on ?buntu
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7123 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
860bf0a278
commit
f44a474a42
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -24,7 +24,7 @@ case "$1" in
|
|||||||
if ! getent passwd freeswitch >/dev/null; then
|
if ! getent passwd freeswitch >/dev/null; then
|
||||||
adduser --disabled-password --quiet --system \
|
adduser --disabled-password --quiet --system \
|
||||||
--home /opt/freeswitch \
|
--home /opt/freeswitch \
|
||||||
--gecos "FreeSwitch Voice Platform" --group daemon \
|
--gecos "FreeSwitch Voice Platform" --ingroup daemon \
|
||||||
freeswitch
|
freeswitch
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user