Commit a6baa2b
authored
(PTFE-2499) Add variable to deploy service systemd (#702)
Since 18/06/2025 ubuntu runner on Jammy can't launch there systemd
service because de base64 $JIT_CONFIG is to large for systemd.
Here we push the base64 in an env var which will be use by the command
line.
This type of systemd service has been test both on ubuntu22.04 and
ubuntu241 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
0 commit comments