Search found 1 match
- Wed Mar 29, 2023 9:50 pm
- Forum: The Portable Hearing Laboratory (PHL)
- Topic: Auto Start Node server on Boot
- Replies: 2
- Views: 15957
Auto Start Node server on Boot
Hi, I'm currently struggling with auto-starting a node server on boot. I aim for the device to host a node server and auto-start it by running node server.js command on every boot. Currently, i have a service file here: /etc/systemd/system/node.service === node.service === [Unit] Description=My Node...