diff options
author | sterni <sternenseemann@systemli.org> | 2024-10-17T16·38+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-10-17T16·55+0000 |
commit | 6501ee194b5415a7ff0834be5b0412f3d83b753e (patch) | |
tree | 5aa32e387242286e9ac5f8d04813d477b44cc4d3 /users/edef/OWNERS | |
parent | 0814eda06b471caac95b0b137c04bfef2f0bc754 (diff) |
fix(minecraft-fabric): avoid unset CREDENTIALS_DIRECTORY in ExecStop r/8819
For mystifying reasons, Type=simple and CREDENTIALS_DIRECTORY in ExecStop have stopped working (when exactly I don't know, but presumably 256). Apparently, you are supposed to use Type=exec with credentials due to raciness (I've personally never experienced): <https://github.com/systemd/systemd/issues/32583>. Just changing the type did not resolve the issue of CREDENTIALS_DIRECTORY being unset, though. It appears, though, that the issue is merely an unset environment variable and not the credentials being unavailable: We can work around the problem by setting an appropriate environment variable ourselves. Change-Id: Ifcdb1f3bce782ea1c568a9bc413f3fb29f0985c5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12649 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'users/edef/OWNERS')
0 files changed, 0 insertions, 0 deletions