notsunohito / express-gpio

A Nodejs Express based WebAPI server to turn on/off RPi GPIO
1 stars 0 forks source link

Autostart #1

Open Mhaluch opened 5 years ago

Mhaluch commented 5 years ago

Hi,

How to start just after reboot?

notsunohito commented 5 years ago

Hello Mhaluch.

Please let you know this repository is too legacy.

To start after reboot, You can write a init.d script like this gist ↓ https://gist.github.com/naholyr/4275302

COMMAND in this gist should be replaced by npm start.