This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a commit to branch MINIFICPP-2584-apache
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/MINIFICPP-2584-apache by this
push:
new 9468e1e7a fix minifi.service.in 2
9468e1e7a is described below
commit 9468e1e7afd806c802af7a3c5bd0ae369a4f3894
Author: Martin Zink <[email protected]>
AuthorDate: Wed Jul 16 14:13:24 2025 +0200
fix minifi.service.in 2
---
bin/minifi.service.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/minifi.service.in b/bin/minifi.service.in
index 44514909f..eb78573ce 100644
--- a/bin/minifi.service.in
+++ b/bin/minifi.service.in
@@ -4,8 +4,8 @@ After=network.target
[Service]
Type=simple
-Environment=MINIFI_HOME=@{MINIFI_HOME_ENV_VALUE}@
-ExecStart=@{MINIFI_EXEC_PATH}@
+Environment=MINIFI_HOME=@MINIFI_HOME_ENV_VALUE@
+ExecStart=@MINIFI_EXEC_PATH@
Restart=on-failure
RestartSec=3
KillSignal=SIGTERM