Skip to content

Instantly share code, notes, and snippets.

View marcometz's full-sized avatar

Marco Metz marcometz

View GitHub Profile
@marcometz
marcometz / etc_init.d_unicorn_example.co.uk
Last active December 14, 2015 07:09 — forked from rubysolo/etc_init.d_unicorn_example.co.uk
Server Configuration für Ubuntu mit nginx, unicorn rbenv
#! /bin/bash
### BEGIN INIT INFO
# Provides: unicorn
# Required-Start: $local_fs $remote_fs $network $syslog
# Required-Stop: $local_fs $remote_fs $network $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: starts the unicorn web server
# Description: starts unicorn