Search found 1 match

by jasonz
Wed Mar 29, 2023 9:50 pm
Forum: The Portable Hearing Laboratory (PHL)
Topic: Auto Start Node server on Boot
Replies: 2
Views: 2065

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...