We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#3172 breaks running gaia in a systemd "chroot".
Previously this worked:
... [Service] User=gaia-daemon RootDirectory=/opt/gaia WorkingDirectory=/ ExecStart=/bin/gaiad start --home / ...
Only way to make this work after the changes are:
[Service] User=gaia-daemon WorkingDirectory=/opt/gaia ExecStart=/opt/gaia/bin/gaiad start --home /opt/gaia ...
For details on RootDirectory see https://www.freedesktop.org/software/systemd/man/systemd.exec.html.
The text was updated successfully, but these errors were encountered:
Turns out this might be related to building without LEDGER_ENABLED=0 and not the changes. Will verify shortly.
Sorry, something went wrong.
This was due to the above, silly me. Closing issue.
No branches or pull requests
#3172 breaks running gaia in a systemd "chroot".
Previously this worked:
Only way to make this work after the changes are:
For details on RootDirectory see https://www.freedesktop.org/software/systemd/man/systemd.exec.html.
The text was updated successfully, but these errors were encountered: