hi @COSDpool,
I hope this finds you well. I have finally gotten to the part where I attempt to make cardano-node into a systemd service. I modified the script to suit my setup. However, when I attempt to start the service I get this error:
Failed to start cardano.service: The name org.freedesktop.PolicyKit1 was not provided by any .service files
What I describe above does not happen on my local machine, only on a AWS ec2 instance. Do you know why this happens?
Let me know if you need to see the modified .service file.
EDIT after some local testing: I have noticed that the files within the DB folder (immutable, ledger and volatile) become locked behind root privileges. This seems to prevent running the node as anything BUT a systemd serviceā¦I manage to stop it, and it restarts very quickly and well, but if I want to run the node in say LiveView through the command line (as I have become accustomed to doing) I cannot. Is this expected?
Thank you in advance for your time,
A