fork download
  1. Create a file in /etc/init for your job, named your-service-name.conf:
  2.  
  3. start on net-device-up
  4. exec /path/to/file --option
  5.  
  6. You can use start your-service-name, as well as: stop, restart, status
Runtime error #stdin #stdout #stderr 0.01s 30152KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.js:1:7 SyntaxError: missing ; before statement:
prog.js:1:7 Create a file in /etc/init for your job, named your-service-name.co
prog.js:1:7 .......^