<div dir="ltr">Hello,<div>I modified the path variables in the systemd init file. </div><div>My file looks like this:<br><br><div>;;;;; Author: Travis Cross &lt;<a href="mailto:tc@traviscross.com">tc@traviscross.com</a>&gt;</div><div><br></div><div>[Unit]</div><div>Description=freeswitch</div><div>After=syslog.target network.target local-fs.target</div><div><br></div><div>[Service]</div><div>; service</div><div>Type=forking</div><div>PIDFile=/usr/local/freeswitch/run/freeswitch.pid</div><div>PermissionsStartOnly=true</div><div>ExecStartPre=/bin/mkdir -p /usr/local/freeswitch/run</div><div>ExecStartPre=/bin/chown freeswitch:freeswitch /usr/local/freeswitch/run</div><div>ExecStart=/usr/bin/freeswitch -ncwait -nonat</div><div>TimeoutSec=45s</div><div>Restart=always</div><div>; exec</div><div>WorkingDirectory=/usr/local/freeswitch/run</div><div>User=freeswitch</div><div>Group=freeswitch</div><div>LimitCORE=infinity</div><div>LimitNOFILE=100000</div><div>LimitNPROC=60000</div><div>;LimitSTACK=240</div><div>LimitRTPRIO=infinity</div><div>LimitRTTIME=7000000</div><div>IOSchedulingClass=realtime</div><div>IOSchedulingPriority=2</div><div>CPUSchedulingPolicy=rr</div><div>CPUSchedulingPriority=89</div><div>UMask=0007</div><div><br></div><div>[Install]</div><div>WantedBy=multi-user.target</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 1, 2015 at 12:50 PM, Joseph Dickson <span dir="ltr">&lt;<a href="mailto:jdickson@evolvetsi.com" target="_blank">jdickson@evolvetsi.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">Happy Friday!<div><br></div><div>I&#39;m having trouble using latest release systemd unit file on Debian Jessie..  It looks like the unit file is the same in master, so I imagine the issue exists there too..</div><div><br></div><div>On my system (fresh Debian 8 install), I get the following failure when trying to start using the included unit file:<br></div><div><br></div><div><div>May 01 12:48:22 XXX systemd[9119]: Failed at step CHDIR spawning /bin/mkdir: No such file or directory</div><div><br></div><div><div>I&#39;m new to systemd, but it looks like the problem is that the WorkingDirectory is set to /run/freeswitch.  Trouble is that /run/freeswitch is created in an ExecStartPre statement.  That&#39;s the best explanation I have for the CHDIR failure that systemd is complaining about.</div><div><br></div><div>It looks like the only way to get /run/freeswitch created soon enough to be used as a WorkingDirectory is the tmpfiles.d mechanism that systemd has.  Am I on the right track, or am I missing an obvious solution?</div><div><br></div><div>Thanks!</div><span class="HOEnZb"><font color="#888888"><div><br></div></font></span></div><span class="HOEnZb"><font color="#888888"><div><div><div dir="ltr"><div align="left"><font face="Arial">Joseph Dickson</font></div><div align="left"><font face="Arial"><a href="mailto:jdickson@evolvetsi.com" target="_blank">jdickson@evolvetsi.com</a></font></div><div align="left"><font face="Arial"><br></font></div></div></div></div>
</font></span></div></div>
<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>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.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>