asterisk addon: Do not run asterisk as root.

This commit is contained in:
Dirk Wagner
2014-05-07 21:35:12 +02:00
parent b612f37040
commit 28b8e0ec07
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
case "${1}" in
start)
boot_mesg "Starting Asterisk PBX..."
loadproc /usr/sbin/asterisk -p
loadproc /usr/sbin/asterisk -p -U nobody -G nobody
;;
stop)