-
/etc/dinit/monerod:
/etc/monerod.conf:
I can start it manually with command:
|
Beta Was this translation helpful? Give feedback.
Answered by
davmac314
Jul 1, 2023
Replies: 1 comment 1 reply
-
The service description you posted shows However the error indicates that the problem is that working-dir specifies a directory doesn't exist. Did you change the service description without reloading the service? ( |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
whoizit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The service description you posted shows
working-dir
commented out:#working-dir = /home/monero
However the error indicates that the problem is that working-dir specifies a directory doesn't exist.
Did you change the service description without reloading the service? (
dinitctl reload monero
).