<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">This is my first Jessie install, so trying to get my head around systemd.<div class=""><br class=""></div><div class="">I’ve installed from repos, and it all works fine with ‘service start freeswitch’ as I used to use. However, as update-rc.d doesn’t work for starting on boot, I figured this is due to the startup changes in jessie.</div><div class=""><br class=""></div><div class="">So I followed this to the letter:</div><div class=""><br class=""></div><div class=""><a href="https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video" class="">https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video</a></div><div class=""><br class=""></div><div class="">But no joy:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 14px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">root@voice:/etc/systemd/system# systemctl start freeswitch</div><div style="margin: 0px; font-size: 14px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">Job for freeswitch.service failed. See 'systemctl status freeswitch.service' and 'journalctl -xn' for details.</div><div style="margin: 0px; font-size: 14px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">root@voice:/etc/systemd/system# systemctl status freeswitch.service</div><div style="margin: 0px; font-size: 14px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">●</span> freeswitch.service - freeswitch</div><div style="margin: 0px; font-size: 14px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">&nbsp;&nbsp; Loaded: loaded (/lib/systemd/system/freeswitch.service; disabled)</div><div style="margin: 0px; font-size: 14px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">&nbsp;&nbsp; Active: <span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">failed</span> (Result: start-limit) since Mon 2015-10-19 21:47:53 BST; 26s ago</div><div style="margin: 0px; font-size: 14px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">&nbsp; Process: 1215 ExecStart=/usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonat -rp <span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">(code=exited, status=1/FAILURE)</span></div><div style="margin: 0px; font-size: 14px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0); min-height: 19px;" class=""><br class=""></div><div style="margin: 0px; font-size: 14px; font-family: Monaco; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #f5f5f5" class="">Oct 19 21:47:53 voice systemd[1]: </span>freeswitch.service: control process exited, code=exited status=1</div><div style="margin: 0px; font-size: 14px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">Oct 19 21:47:53 voice systemd[1]: <span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">Failed to start freeswitch.</span></div><div style="margin: 0px; font-size: 14px; font-family: Monaco; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #f5f5f5" class="">Oct 19 21:47:53 voice systemd[1]: </span>Unit freeswitch.service entered failed state.</div><div style="margin: 0px; font-size: 14px; font-family: Monaco; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #f5f5f5" class="">Oct 19 21:47:53 voice systemd[1]: </span>freeswitch.service start request repeated too quickly, refusing to start.</div><div style="margin: 0px; font-size: 14px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">Oct 19 21:47:53 voice systemd[1]: <span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">Failed to start freeswitch.</span></div><div style="margin: 0px; font-size: 14px; font-family: Monaco; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #f5f5f5" class="">Oct 19 21:47:53 voice systemd[1]: </span>Unit freeswitch.service entered failed state.</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">What am I doing wrong?</div></body></html>