Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Fix/unit files#6

Open
ChrisAubuchon wants to merge 3 commits into
masterfrom
fix/unit-files
Open

Fix/unit files#6
ChrisAubuchon wants to merge 3 commits into
masterfrom
fix/unit-files

Conversation

@ChrisAubuchon
Copy link
Copy Markdown

${EXTRA_OPTS} -> $EXTRA_OPTS

Systemd combines all text in ${} into one command line argument. So
if `EXTRA_OPTS="-arg1 -arg2"` then argv is `[ "-arg1 -arg2" ]` instead
of the desired `[ "-arg1", "-arg2" ]`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants