Skip to content
Discussion options

You must be logged in to vote

I was able to fix my issues after many hours of tring things

editing the service for boinc allowed it to be run.

to get the nnn value you can run
id -u boinc,

my numbers, were different on each computer, some were 120, others 125 and other 997.

systemctl edit boinc-client
to edit the overide of the default BOINC setting:

[Unit]
Requires=user@nnn.service #Wait for the users instance of systemd to start since BOINC is set to auto start at boot.
After=user@nnn.service #Wait for the users instance of systemd to start since BOINC is set to auto start at boot.

[Service]
ProtectHome=false #Since podman need to read and write to /run/user/ folder this needs to be off so it can communicate with …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Toby-Broom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant