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 4ecbf14de fix minifi.service.in
4ecbf14de is described below
commit 4ecbf14deb474068f342283578ea3d0ab13deda1
Author: Martin Zink <[email protected]>
AuthorDate: Wed Jul 16 14:01:25 2025 +0200
fix minifi.service.in
---
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 8787ffae3..44514909f 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