1. description "Ethercalc"
  2. start on runlevel [2345]
  3. stop on runlevel [!2345]
  4. respawn
  5. respawn limit 10 5
  6. umask 022
  7. expect daemon
  8. console none
  9. exec su -c 'screen -dmS ethercalc /home/ethercalc/npm/node_modules/ethercalc/bin/ethercalc' ethercalc
  10. root@bach:~# service ethercalc status
  11. ethercalc start/killed, process 19254
  12. root@bach:~# service ethercalc stop
  13. ^C
  14. root@bach:~# service ethercalc status
  15. ethercalc stop/killed, process 19254
  16. root@bach:~# service ethercalc start
  17. ^C
  18. root@bach:~# ps faux | grep 19254
  19. root 20124 0.0 0.0 11748 916 pts/4 S+ 11:10 0:00 | \_ grep --color=auto 19254
  20. root@bach:~#