<div dir="ltr">Hello Mario<div>I has find that my mac has over 17000 plist files. launchd is widely used in macs. As example</div><div>







<p class=""><span class="">safarov-mac:~ root# find / -name &quot;*.plist&quot; | wc -l<br></span>find: /dev/fd/3: Not a directory<br>find: /dev/fd/4: Not a directory<br>   17849</p><p class="">safarov-mac:~ root# uname -a<br>Darwin safarov-mac.home 15.0.0 Darwin Kernel Version 15.0.0: Wed Aug 26 19:41:34 PDT 2015; root:xnu-3247.1.106~5/RELEASE_X86_64 x86_64</p></div><div><p class=""><span class=""><span style="font-size:12.8px">&quot;<font color="#0000ff">Not sure why you need to add this to FreeSwitch config/install for OS X but I documented auto startup for OS X here:</font>&quot;<br></span></span>I am speak about how to use system launch daemons to manages FS modules. It is more wide then simple run process in MacOS.</p><p class=""><span class="">&quot;<font color="#0000ff">And for OS X config should all be in one place as it is now. Otherwise there could be permissions problems, etc.</font>&quot;<br>If FS files owner is freeswitch user and freeswitch user has permission to read/write/execute permission on files, then what permission problem may be exist? What is mean &quot;one place&quot;? FS config files is stored in separate files and this files is merged to one by preprocessor. I think will be helpfull to preproces config files for each section (configuration, directory, dialplan) separately. What is wrong?</span></p><p class="">To Bote.<br>&quot;<font color="#0000ff">Agreed. There is danger in over-thinking the problem.</font>&quot;</p><p class="">I known systemd. It easy to do it.<br>Think implementation this for launchd is will be similar.  </p><p class=""><span class="">Sergey</span></p><p class=""><span class=""><br></span></p><p class=""><span class=""> </span></p></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 17, 2016 at 8:02 PM, Mario G <span dir="ltr">&lt;<a href="mailto:mario_fs@mgtech.com" target="_blank">mario_fs@mgtech.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Not sure why you need to add this to FreeSwitch config/install for OS X but I documented auto startup for OS X here:<div><a href="https://freeswitch.org/confluence/display/FREESWITCH/Customization+on+OS+X#CustomizationonOSX-AutomaticStartupandShutdown" target="_blank">https://freeswitch.org/confluence/display/FREESWITCH/Customization+on+OS+X#CustomizationonOSX-AutomaticStartupandShutdown</a></div><div><br></div><div>And for OS X config should all be in one place as it is now. Otherwise there could be permissions problems, etc.<div><div class="h5"><br><div><br></div><div><br><div><blockquote type="cite"><div>On Feb 17, 2016, at 6:53 AM, Sergey Safarov &lt;<a href="mailto:s.safarov@gmail.com" target="_blank">s.safarov@gmail.com</a>&gt; wrote:</div><br><div><div dir="ltr">Oops. Systemd error  :o)<div><br></div><div>I made smal search and find:</div><div>1) MacOS systemd alternative - launchd</div><div>2) BSD systemd alternative - relaunchd</div><div><div>3) Windows systemd alternative - SCM</div></div><div><br></div><div><a href="https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man5/launchd.plist.5.html" target="_blank">launchd (MacOS)</a><br></div><div><div>DEPENDENCIES</div><div>     Unlike many bootstrapping daemons, launchd has no explicit dependency model.  Interdependencies are</div><div>     expected to be solved through the use of IPC.  It is therefore in the best interest of a job developer</div><div>     who expects dependents to define all of the sockets in the configuration file. This has the added bene-fit benefit</div><div>     fit of making it possible to start the job based on demand instead of immediate</div></div><div>Please read &quot;<a href="https://wiki.afp548.com/index.php/Launch_Daemons/Agents_in_OS_X#The_launchd_Startup_Process" target="_blank">The launchd Startup Process</a>&quot; and &quot;<a href="https://wiki.afp548.com/index.php/Launch_Daemons/Agents_in_OS_X#The_launchd_Startup_Process" target="_blank">How to communicate with a LaunchAgent via Unix Sockets?</a>&quot;<br></div><div><br></div><div><a href="https://github.com/mheily/relaunchd" target="_blank">relaunchd(BSD)</a><br></div><div>This tool is not installed to FreeBSD in default configuration. But may be installed and used like launchd in MacOS.</div><div><br></div><div><a href="https://technet.microsoft.com/ru-ru/library/aa998749(v=exchg.65).aspx" target="_blank">SCM(Windows)</a></div><div>DependOnService - Lists the names of Windows services on which this service depends. SCM must start these services before it starts this service. This value can be an empty string if the service has no dependencies.<br></div><div>One more <a href="http://support.voiceelements.com/index.php?title=How_to_Add_Service_Dependencies" target="_blank">link</a></div><div><br></div><div>PS. About changes I will write late.</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 17, 2016 at 4:28 PM, Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Now you&#39;re thinking linux only, now apply your mindset to Mac, Windows, *BSD, have you reviewed the changes I&#39;ve made last week to the sample configs in the fsconfig18 repo?</div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 17, 2016 at 4:12 AM, Sergey Safarov <span dir="ltr">&lt;<a href="mailto:s.safarov@gmail.com" target="_blank">s.safarov@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello FSs<div>At present time FS config file is solid. Loaded ones at startup for all modules. Also module loading is executed as modules listed in modules.conf</div><div><br></div><div>I think FS get more flexibility if config files will be spited of pisses for each module and modules will be loaded using systemd.</div><div>Example:</div><div>1) freeswitch.service contain strings &quot;Requires=freeswitch-config.service freeswitch-directory.service freeswitch-dialplan.service&quot;</div><div>2) freeswitch-config.service contains string &quot;Wants= freeswitch-mod-sofia.service freeswitch-mod-dptools.service freeswitch-mod-lua.service&quot;</div><div>3) freeswitch-mod-*.service unit files contains strings &quot;<span>ExecStart=/usr/bin/freeswitch -x &#39;load &lt;mod_module&gt;&#39;</span>&quot;. Where &lt;<span>mod_module</span>&gt; is name of module</div><div>4)  freeswitch-directory.service  contains string like <span>ExecStart=/usr/bin/freeswitch -x &#39;load directory&#39;</span>&quot;</div><div><br></div><div>This case of loading FS has following features:</div><div>1) management of module dependency and module loading order via systemd;</div><div>2) allow at preprocessor level abbility to implement construction like &quot;if module loaded; then else; fi&quot; and &quot;case where&quot;. This allow dialplan will be polymorphic for FS configuration;</div><div> </div><div> </div><div><br></div><div><br></div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Mon, Dec 7, 2015 at 7:57 PM, Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr">FreeSWITCHers,<div><br></div><div>FS-8609 is raised to get a rough outline of a completely new config sample that will be used in 1.8, So we are reaching out to the community for input and direction, I have also created a hipchat room FS-8609 on <a href="http://hipchat.freeswitch.org/" target="_blank">hipchat.freeswitch.org</a> if you wish to join in.  Lets start the discussion on this topic.</div><div><br></div><div>Thanks,</div><div><div><br></div>-- <br><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><p><font face="courier new, monospace"><b><i><font size="4">Brian West</font></i></b><br><span style="font-size:x-small"><a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a></span></font></p><p><font size="1" face="courier new, monospace"><img src="http://billing.freeswitch.org/templates/default/img/whmcslogo.png"><br></font></p><p><font size="2" face="monospace, monospace"><b><i>Twitter: @FreeSWITCH , @briankwest</i></b><br><a href="http://www.freeswitchbook.com/" target="_blank">http://www.freeswitchbook.com</a><br><a href="http://www.freeswitchcookbook.com/" target="_blank">http://www.freeswitchcookbook.com</a></font></p><p><font face="monospace, monospace">Got Bugs? Report them <a href="https://freeswitch.org/jira" target="_blank">here</a>! | Reddit: <a href="https://www.reddit.com/r/freeswitch" target="_blank">/r/freeswitch</a></font></p><p><font size="2" face="monospace, monospace"><b>T:</b><a href="tel:%2B19184209001" value="+19184209001" target="_blank">+19184209001</a> | <b>F:</b><a href="tel:%2B19184209002" value="+19184209002" target="_blank">+19184209002</a> | <b>M:</b>+1918424WEST (9378)<br><b>iNUM:</b>+883 5100 1420 9001 | <b>ISN:</b>410*543 | <b>Skype:</b>briankwest</font></p></div></div></div></div></div></div></div></div></div></div>
</div></div>
<br></div></div>_______________________________________________<br>
Freeswitch-docs mailing list<br>
<a href="mailto:Freeswitch-docs@lists.freeswitch.org" target="_blank">Freeswitch-docs@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-docs" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-docs</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
Freeswitch-docs mailing list<br>
<a href="mailto:Freeswitch-docs@lists.freeswitch.org" target="_blank">Freeswitch-docs@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-docs" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-docs</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><p><font face="courier new, monospace"><b><i><font size="4">Brian West</font></i></b><br><span style="font-size:x-small"><a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a></span></font></p><p><font size="1" face="courier new, monospace"><img src="http://billing.freeswitch.org/templates/default/img/whmcslogo.png"><br></font></p><p><font size="2" face="monospace, monospace"><b><i>Twitter: @FreeSWITCH , @briankwest</i></b><br><a href="http://www.freeswitchbook.com/" target="_blank">http://www.freeswitchbook.com</a><br><a href="http://www.freeswitchcookbook.com/" target="_blank">http://www.freeswitchcookbook.com</a></font></p><p><font face="monospace, monospace">Got Bugs? Report them <a href="https://freeswitch.org/jira" target="_blank">here</a>! | Reddit: <a href="https://www.reddit.com/r/freeswitch" target="_blank">/r/freeswitch</a></font></p><p><font size="2" face="monospace, monospace"><b>T:</b>+19184209001 | <b>F:</b>+19184209002 | <b>M:</b>+1918424WEST (9378)<br><b>iNUM:</b>+883 5100 1420 9001 | <b>ISN:</b>410*543 | <b>Skype:</b>briankwest</font></p></div></div></div></div></div></div></div></div></div></div>
</div>
</div></div><br>_______________________________________________<br>
Freeswitch-docs mailing list<br>
<a href="mailto:Freeswitch-docs@lists.freeswitch.org" target="_blank">Freeswitch-docs@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-docs" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-docs</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>Freeswitch-docs mailing list<br><a href="mailto:Freeswitch-docs@lists.freeswitch.org" target="_blank">Freeswitch-docs@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-docs" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-docs</a><br></div></blockquote></div><br></div></div></div></div></div><br>_______________________________________________<br>
Freeswitch-docs mailing list<br>
<a href="mailto:Freeswitch-docs@lists.freeswitch.org">Freeswitch-docs@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-docs" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-docs</a><br>
<br></blockquote></div><br></div>