Skip to content

Instantly share code, notes, and snippets.

View jayeshbhalodia's full-sized avatar

Jayesh Bhalodia jayeshbhalodia

View GitHub Profile
@jayeshbhalodia
jayeshbhalodia / forever-initd-example.sh
Created September 26, 2017 12:11 — forked from jinze/forever-initd-example.sh
forever init.d example
#!/bin/bash
#
# initd-example Node init.d
#
# chkconfig: 345 80 20
# description: Node init.d example
# processname: node
# pidfile: /var/run/initd-example.pid
# logfile: /var/log/initd-example.log
#