Broke build.

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

This reverts commit bdfb8363f5.
This commit is contained in:
William King 2015-07-21 13:32:35 -07:00
parent 81b209d516
commit 8b10cd3d00
3 changed files with 0 additions and 4 deletions

View File

@ -1 +0,0 @@
d /run/freeswitch 0755 freeswitch freeswitch -

View File

@ -1,2 +1 @@
/lib/systemd/system/freeswitch.service
/usr/lib/tmpfiles.d/freeswitch.conf

2
debian/rules vendored
View File

@ -98,8 +98,6 @@ 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/usr/lib/tmpfiles.d/freeswitch.conf
rm -f debian/tmp/usr/share/freeswitch/grammar/model/communicator/COPYING
override_dh_installinit: