[PR #8321] Fix systemd not breaking whitespace in env vars #11679

Closed
opened 2026-02-07 06:42:35 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/8321

State: closed
Merged: Yes


Changes

${} includes the environment variable as one word; $ breaks words by whitespace. So before this specifying e.g. JELLYFIN_ADDITIONAL_OPTS="--published-server-url https://example.com/" would result in an error about --published-server-url https://example.com/ not being a recognized option.

Issues

🤷‍♂️

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/8321 **State:** closed **Merged:** Yes --- **Changes** `${}` includes the environment variable as one word; `$` breaks words by whitespace. So before this specifying e.g. `JELLYFIN_ADDITIONAL_OPTS="--published-server-url https://example.com/"` would result in an error about `--published-server-url https://example.com/` not being a recognized option. **Issues** :man_shrugging:
OVERLORD added the pull-request label 2026-02-07 06:42:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11679