Skip to content

Instantly share code, notes, and snippets.

@miticojo
miticojo / init.template.sh
Created June 17, 2016 15:28
init script template for centos 6.x
#!/bin/bash
# myapp daemon
# chkconfig: 345 20 80
# description: myapp daemon
# processname: myapp
DAEMON_PATH="/home/wes/Development/projects/myapp"
DAEMON=myapp
DAEMONOPTS="-my opts"