Skip to content

Instantly share code, notes, and snippets.

View aecio's full-sized avatar

Aécio Santos aecio

View GitHub Profile
@aecio
aecio / play.conf
Created July 29, 2013 17:02 — forked from leon/play.conf
# Upstart script for a play application that binds to an unprivileged user.
# put this into a file like /etc/init/play.conf
#
# This could be the foundation for pushing play apps to the server using something like git-deploy
# By calling service play stop in the restart command and play-start in the restart command.
#
# Usage:
# start play
# stop play
# restart play