mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
asterisk addon: do not run asterisk as nobody by default.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
case "${1}" in
|
||||
start)
|
||||
boot_mesg "Starting Asterisk PBX..."
|
||||
loadproc /usr/sbin/asterisk -p -U nobody -G nobody
|
||||
loadproc /usr/sbin/asterisk -p
|
||||
;;
|
||||
|
||||
stop)
|
||||
|
||||
Reference in New Issue
Block a user