From 8b10cd3d001cdc34f8e4f67f35037062b14207dd Mon Sep 17 00:00:00 2001 From: William King Date: Tue, 21 Jul 2015 13:32:35 -0700 Subject: [PATCH] Broke build. Revert "FS-7130 make /run/freeswitch persistent, so it will start under systemd" This reverts commit bdfb8363f57ce2e32103cc2fc954f2ec8852fdd9. --- debian/freeswitch-systemd.freeswitch.conf | 1 - debian/freeswitch-systemd.install | 1 - debian/rules | 2 -- 3 files changed, 4 deletions(-) delete mode 100644 debian/freeswitch-systemd.freeswitch.conf diff --git a/debian/freeswitch-systemd.freeswitch.conf b/debian/freeswitch-systemd.freeswitch.conf deleted file mode 100644 index a94293afcf..0000000000 --- a/debian/freeswitch-systemd.freeswitch.conf +++ /dev/null @@ -1 +0,0 @@ -d /run/freeswitch 0755 freeswitch freeswitch - \ No newline at end of file diff --git a/debian/freeswitch-systemd.install b/debian/freeswitch-systemd.install index b554d1b2bd..d647282ecd 100644 --- a/debian/freeswitch-systemd.install +++ b/debian/freeswitch-systemd.install @@ -1,2 +1 @@ /lib/systemd/system/freeswitch.service -/usr/lib/tmpfiles.d/freeswitch.conf diff --git a/debian/rules b/debian/rules index 705dc19f9a..67cf9e470c 100755 --- a/debian/rules +++ b/debian/rules @@ -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: