Created
February 17, 2016 14:26
-
-
Save hpyhacking/7e273fafa43af0e5c864 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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