Skip to content

Instantly share code, notes, and snippets.

View jaiversin's full-sized avatar

Jhon Jaiver López jaiversin

  • Medellín, Colombia
View GitHub Profile
@Itaqua
Itaqua / play_ubuntu_init.sh
Created October 10, 2012 14:34 — forked from bihe/init.d play
init.d script to launch Play framework under Ubuntu
#!/bin/bash
# Nov. 2012
# Octavio Luna & Arturo Lopez
### BEGIN INIT INFO
## END INIT INFO
# Launch play 1.x as a service
# Install
# sudo update-rc.d play_ubuntu_init.sh defaults 80
#