We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EXTRA_APIDUMP_ARGS
1 parent e6885b2 commit 15c3a1aCopy full SHA for 15c3a1a
cmd/internal/ec2/postman-insights-agent.service.tmpl
@@ -8,7 +8,7 @@ EnvironmentFile=/etc/default/postman-insights-agent
8
# DO NOT CHANGE
9
# "${FOO}" uses the argument as is, while "$FOO" splits the string on white space
10
# Reference: https://www.freedesktop.org/software/systemd/man/systemd.service.html#Command%20lines
11
-ExecStart={{.AgentInstallPath}} apidump --project "${PROJECT_ID}" --interfaces "${INTERFACES}" --filter "${FILTER}" {{.ExtraApidumpArgs}} ${EXTRA_APIDUMP_ARGS}
+ExecStart={{.AgentInstallPath}} apidump --project "${PROJECT_ID}" --interfaces "${INTERFACES}" --filter "${FILTER}" {{.ExtraApidumpArgs}} $EXTRA_APIDUMP_ARGS
12
13
[Install]
14
WantedBy=multi-user.target
0 commit comments