diff --git a/voicemngr/files/etc/init.d/voicemngr b/voicemngr/files/etc/init.d/voicemngr index 6816928d1..2fe092bf1 100755 --- a/voicemngr/files/etc/init.d/voicemngr +++ b/voicemngr/files/etc/init.d/voicemngr @@ -10,8 +10,8 @@ start_service() { [ "$(db -q get hw.board.hasVoice)" = "1" ] || return procd_open_instance - procd_set_param env hw_board_hasDect="$(db get hw.board.hasDect)" - procd_set_param env hw_board_VoicePortNames="$(db get hw.board.VoicePortNames)" + procd_set_param env hw_board_hasDect="$(db get hw.board.hasDect)" \ + hw_board_VoicePortNames="$(db get hw.board.VoicePortNames)" procd_set_param command $NAME procd_set_param respawn "5" "0" "3" procd_set_param nice -12