You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to get rid of this issue, I had to comment the following line in /etc/systemd/system/endlessh.service : #InaccessiblePaths=/run /var
and reload the daemon afterwards: sudo systemctl daemon-reload && sudo systemctl restart endlessh.service
I have used the provided systemd script, and go the error
when I changed the line
InaccessiblePaths=/run /var
toInaccessiblePaths=/run
it worked OK.Not sure if this is a bug or just weird behaviour in raspberry pi.
I was using a build based on the 1.1 tag.
The text was updated successfully, but these errors were encountered: