Hiya,
I'm running Node.js on RuneOS, being very careful which packages get installed, updated. It works just fine.
I've even added a systemd service , but wierdly, although I can start it (systemctl start node) and everything is fine, if I enable it (systemctl enable node) kills the Rune library functions: The files are there, redis has the keys, but rune does not display content.
So - there's the issue above - but in the short term, dooes anyone have an idea on alternative ways to start node on booot with out using a seperate node systemd service?
TIA!