From f6df5669744f2076917d2982de7ab577cf8fc413 Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Tue, 14 Dec 2021 18:39:09 +0100 Subject: [PATCH] TT#151402 Start using '/ngcp-data/cache' via symlink We need to change the place for storing temporary and constant audio files (caching of audio files). Newly used paths: - /ngcp-data/ngcp-sems This path will be from now on reachable via the symbolic link: - /var/cache/ngcp-sems Change-Id: Ia1a120aaa256498d541611f2115570e1abe8ea90 --- debian/ngcp-sems.tmpfiles | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/ngcp-sems.tmpfiles b/debian/ngcp-sems.tmpfiles index cc7cec4d..462fbb3d 100644 --- a/debian/ngcp-sems.tmpfiles +++ b/debian/ngcp-sems.tmpfiles @@ -1,4 +1,5 @@ d /run/ngcp-sems 0755 sems sems -d /var/cache/ngcp-sems 0755 sems sems -d /var/cache/ngcp-sems/audio_cache 0755 sems sems -d /var/cache/ngcp-sems/callingcard 0755 sems sems +d /ngcp-data/cache/ngcp-sems 0755 sems sems +d /ngcp-data/cache/ngcp-sems/audio_cache 0755 sems sems +d /ngcp-data/cache/ngcp-sems/callingcard 0755 sems sems +L+ /var/cache/ngcp-sems - - - - /ngcp-data/cache/ngcp-sems