mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -27,6 +27,7 @@ pre-start script
|
||||
mkdir -p /var/run/asterisk
|
||||
end script
|
||||
|
||||
console output
|
||||
respawn
|
||||
exec /usr/sbin/asterisk -vvvvvvvg -cf
|
||||
|
||||
|
Reference in New Issue
Block a user