Skip to content
Snippets Groups Projects
Commit 5a2ef47b authored by Sean Bright's avatar Sean Bright
Browse files

Make sure that since we are passing -c to asterisk that we have a console.

Without this line, Asterisk will busy-loop trying to read and write to
/dev/null (woops... my bad).


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@206225 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 76b48c5d
Branches
Tags
No related merge requests found
......@@ -27,6 +27,7 @@ pre-start script
mkdir -p /var/run/asterisk
end script
console output
respawn
exec /usr/sbin/asterisk -vvvvvvvg -cf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment