Skip to content

Instantly share code, notes, and snippets.

View aneek's full-sized avatar

Aneek Mukhopadhyay aneek

View GitHub Profile
@aneek
aneek / etc-init.d-hello-world
Created December 15, 2019 07:00 — forked from josephspurrier/etc-init.d-hello-world
/etc/init.d Script for Go Application
#!/bin/bash
#
# chkconfig: 35 95 05
# description: Hello world application.
# Run at startup: sudo chkconfig hello-world on
# Load functions from library
. /etc/init.d/functions