Skip to content

Instantly share code, notes, and snippets.

View skyriser's full-sized avatar

Shin-ichi Ueda skyriser

View GitHub Profile
@skyriser
skyriser / sentinel
Last active August 29, 2015 14:23 — forked from mathieue/sentinel
#!/bin/bash
### BEGIN INIT INFO
# Provides: redis sentinel
# Required-Start: $all
# Required-Stop: $all
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Starts redis sentinel
# Description: Starts redis sentinel using start-stop-daemon
### END INIT INFO