Skip to content

Instantly share code, notes, and snippets.

View chittolina's full-sized avatar
🚀

Gabriel Chittolina chittolina

🚀
  • Harbour
  • Florianópolis, SC, Brazil
View GitHub Profile
@chittolina
chittolina / nodejs
Created May 11, 2016 18:06
node.js init.d script for CentOS
#!/bin/sh
#
# chkconfig: 35 99 99
# description: Node.js /home/nodejs/sample/app.js
#
. /etc/rc.d/init.d/functions
USER="nodejs"