bootupctl should pass `RUST_BACKTRACE=...` to the systemd unit when set for the command line call
Open
@HuijingHei is already working on this.
Since Nov 4, 2024.
- Dominant language
- Rust
- Stars
- 196
- Forks
- 55
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 14
Description
In https://github.com/fedora-silverblue/issue-tracker/issues/602, the user tried to get more logs but it looks like the env variable did not get passed to the systemd run invocation.
Temporary workaround should be to add a drop-in config with the env var:
$ cat /etc/systemd/system/bootupd.service.d/debug.conf
[Service]
Environment=RUST_BACKTRACE=full
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.