提交 adb5f0d2 authored 作者: Miguelo's avatar Miguelo

FS-7130 make /run/freeswitch persistent, so it will start under systemd

上级 17f80029
d /run/freeswitch 0755 freeswitch freeswitch -
/lib/systemd/system/freeswitch.service
/usr/lib/tmpfiles.d/freeswitch.conf
......@@ -98,6 +98,10 @@ override_dh_auto_install:
dh_auto_install
mkdir -p debian/tmp/lib/systemd/system
install -m0644 debian/freeswitch-systemd.freeswitch.service debian/tmp/lib/systemd/system/freeswitch.service
mkdir -p debian/tmp/usr/lib/tmpfiles.d
install -m0644 debian/freeswitch-systemd.freeswitch.conf debian/tmp/usr/lib/tmpfiles.d/freeswitch.conf
rm -f debian/tmp/usr/share/freeswitch/grammar/model/communicator/COPYING
override_dh_installinit:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论