Merge pull request #344 in FS/freeswitch from ~MIGUELO/freeswitch-fs-7130:master to master

* commit 'bdfb8363f57ce2e32103cc2fc954f2ec8852fdd9':
  FS-7130 make /run/freeswitch persistent, so it will start under systemd
This commit is contained in:
William King
2015-07-16 10:32:44 -05:00
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
d /run/freeswitch 0755 freeswitch freeswitch -
+1
View File
@@ -1 +1,2 @@
/lib/systemd/system/freeswitch.service
/usr/lib/tmpfiles.d/freeswitch.conf
+2
View File
@@ -98,6 +98,8 @@ 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: