Commit fd8a3da8 authored by Joanne Hugé's avatar Joanne Hugé

software/ors-amarisoft: add hash-files option

parent 12709dcb
......@@ -23,15 +23,15 @@ md5sum = 6675abd2d45a65efbe5b3a8e2acfd001
[template-lte-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg
md5sum = 961e5eb9aafd5f9c9540aa442099997b
md5sum = 40f30a7310ffb5819a7b86a49d43f9c2
[template-lte-mme]
_update_hash_filename_ = instance-mme.jinja2.cfg
md5sum = 20402c2ba9146385781c025d488d8d06
md5sum = 034ffe7d8684d424999942f892a2ffd2
[template-lte-ims]
_update_hash_filename_ = instance-ims.jinja2.cfg
md5sum = a20e375c9649bc40986202a1d0b70968
md5sum = 9e9dbd764350c23e80c160a602fcf8b1
[ue_db.py.in]
filename = ue_db.py.in
......
......@@ -74,6 +74,8 @@ wrapper-path = ${directory:service}/lte-enb
mode = 0775
reserve-cpu = True
pidfile = ${directory:run}/enb.pid
hash-files =
${lte-enb-config:rendered}
environment =
LD_LIBRARY_PATH={{ openssl_location }}/lib
AMARISOFT_PATH=/opt/amarisoft/.amarisoft
......
......@@ -78,6 +78,8 @@ command-line = {{ mme }}/lteims ${directory:etc}/ims.cfg
wrapper-path = ${directory:service}/lte-ims
mode = 0775
pidfile = ${directory:run}/ims.pid
hash-files =
${lte-ims-config:rendered}
environment = AMARISOFT_PATH=/opt/amarisoft/.amarisoft
[neouedb]
......
......@@ -81,6 +81,8 @@ command-line = {{ mme }}/ltemme ${directory:etc}/mme.cfg
wrapper-path = ${directory:service}/lte-mme
mode = 0775
pidfile = ${directory:run}/mme.pid
hash-files =
${lte-mme-config:rendered}
environment =
LD_LIBRARY_PATH={{ openssl_location }}/lib:{{ nghttp2_location }}/lib
AMARISOFT_PATH=/opt/amarisoft/.amarisoft
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment