Skip to content

Instantly share code, notes, and snippets.

@DrewHood
DrewHood / vapor
Created May 2, 2017 02:01
Vapor init.d script
#!/bin/bash
# Path where vapor app is stored
DAEMON_PATH="/path/to/app"
# Name of vapor executable
DAEMON=AppName
DAEMONOPTS="serve"
NAME=vape