Skip to content

Instantly share code, notes, and snippets.

View sebastianhoitz's full-sized avatar
🎯
Focusing

Sebastian Hoitz sebastianhoitz

🎯
Focusing
View GitHub Profile
@sebastianhoitz
sebastianhoitz / etc-init.d-graylog2.sh
Last active December 16, 2015 19:49 — forked from marzocchi/etc-init.d-graylog2.sh
This version works with the current graylog 0.10 graylog2ctl script
#! /bin/sh
### BEGIN INIT INFO
# Provides: Graylog2
# Required-Start: $all
# Required-Stop: $all
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Starts Graylog2
# Description: Starts Graylog2 using start-stop-daemon
### END INIT INFO