[Freeswitch-users] How FreeSwitch starts on Debian 8
Ken Rice
krice at freeswitch.org
Fri May 27 20:17:07 MSD 2016
Init.d scripts are from old sysvinit. Debian 8 uses SystemD which is a completely different system.
Things like service freeswitch start/stop etc are probably what you are looking for.
From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Valter Nogueira
Sent: Friday, May 27, 2016 11:13 AM
To: freeswitch-users at lists.freeswitch.org
Subject: [Freeswitch-users] How FreeSwitch starts on Debian 8
I followed the instructions of https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie
Which is pretty simple, indeed (exept by -y on apt-get install):
apt-get update && apt-get install -y curl
curl https://files.freeswitch.org <http://freeswitch.org> /repo/deb/debian/freeswitch_archive_g0.pub | apt-key add -
echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > /etc/apt/sources.list.d/freeswitch.list
apt-get update && apt-get install freeswitch-meta-all
After installation, Freeswitch was up and running, but I don't see any /etc/init.d script to start it.
When I killed the process, it automatically restarted!
How does it happen?
Thank you
Valter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160527/12e2f3f1/attachment-0001.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list