daniel has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/c/python/osmo-python-tests/+/14544 )

Change subject: osmo-trap2cgi: Remove invalid specifier for /etc
......................................................................

osmo-trap2cgi: Remove invalid specifier for /etc

On prod-bscnat the specifier %E (for /etc) does not exist so let's not
use it.

Change-Id: Ia3d8838475c2cc8f9f4ba3a0bc5483c6e1645f8f
Related: SYS#4399
---
M contrib/systemd/osmo-trap2cgi.service
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved



diff --git a/contrib/systemd/osmo-trap2cgi.service 
b/contrib/systemd/osmo-trap2cgi.service
index 7a90813..8122790 100644
--- a/contrib/systemd/osmo-trap2cgi.service
+++ b/contrib/systemd/osmo-trap2cgi.service
@@ -4,7 +4,7 @@
 [Service]
 Type=simple
 Restart=always
-ExecStart=/usr/bin/osmo_trap2cgi.py -d -c %E/osmocom/%N.ini
+ExecStart=/usr/bin/osmo_trap2cgi.py -d -c /etc/osmocom/%N.ini
 RestartSec=2

 [Install]

--
To view, visit https://gerrit.osmocom.org/c/python/osmo-python-tests/+/14544
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Change-Id: Ia3d8838475c2cc8f9f4ba3a0bc5483c6e1645f8f
Gerrit-Change-Number: 14544
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to