Screen runs it under a terminal, while -nc actually backgrounds it as a daemon (just like apachemysql sshd etc). Both&#39;ll get it running but I&#39;d prefer it as a daemon personally.<div><br></div><div>The -nc option lets you start it from an init.d (there are examples in the git repository) script - so you can have it start on startup and have a tool like monit monitor and restart it if it crashes for any reason.</div>

<div><br></div><div>There&#39;s no reason you&#39;d need to run it under screen (or its alternatives) anyway. There are several modules for logging to a logfile (mod_logfile mod_syslog), and mod_event_socket + fs_cli (or other ESL clients) lets you connect to a running process to control or monitor it, and with the /log command view the log entries at any time. I&#39;ve also seen screen sessions crash occasionally which has a chance of taking freeswitch out...</div>

<div><br></div><div>-Steve</div><div><br></div><div><br></div><div><br><br><div class="gmail_quote">On 4 June 2013 09:42, Alex Lake <span dir="ltr">&lt;<a href="mailto:alex@digitalmail.com" target="_blank">alex@digitalmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What&#39;s the difference between running freeswitch using the Linux<br>
&quot;screen&quot; command compared to running it with the -nc flag? They seem to<br>
achieve similar goals. Obviously, you can&#39;t re-attach to the -nc<br>
version, but are there any intrinsic advantages of one over the other?<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>