Skip to content

Instantly share code, notes, and snippets.

@hpyhacking
Created February 17, 2016 14:26
Show Gist options
  • Save hpyhacking/7e273fafa43af0e5c864 to your computer and use it in GitHub Desktop.
Save hpyhacking/7e273fafa43af0e5c864 to your computer and use it in GitHub Desktop.
description "slanger"
author "hpyhacking <https://yunbi.com>"
start on startup
stop on shutdown
respawn
respawn limit unlimited
chdir /root
env LANG=en_US.UTF-8
script
exec /root/.rbenv/shims/slanger --app_key key \
--secret secret \
--api_host 0.0.0.0:4567 \
--websocket_host 0.0.0.0:18080 \
-p server.key -c server.crt
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment