Skip to content

Commit

Permalink
fix(systemd): fix env vars with special chars
Browse files Browse the repository at this point in the history
Resolve issue with environment variables containing special characters
when loaded via systemd. Adjusted `ExecStart` to invoke `podman` through
`runagent`, ensuring proper handling of systemd's variable parsing
quirks.
  • Loading branch information
Amygos committed Jan 23, 2025
1 parent 9059704 commit cc17168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imageroot/systemd/user/freepbx.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ After=mariadb.service

[Service]
Environment=PODMAN_SYSTEMD_UNIT=%n
EnvironmentFile=%S/state/environment
WorkingDirectory=%S/state
Restart=always
ExecStartPre=/bin/rm -f %t/freepbx.pid %t/freepbx.ctr-id
Expand Down

0 comments on commit cc17168

Please sign in to comment.