Skip to content

Instantly share code, notes, and snippets.

@syoboon77
Created August 24, 2017 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syoboon77/317e46cefc201f7021cccc98e8a759f3 to your computer and use it in GitHub Desktop.
Save syoboon77/317e46cefc201f7021cccc98e8a759f3 to your computer and use it in GitHub Desktop.
Ubuntuに入れたsupervisorに食わせる設定ファイル。「まっさらなVPSからFaucet作るまで頑張るトピック」で使用
[program:monacoin-main]
user=coinmaster
autostart=true
autorestart=true
command=/usr/bin/monacoind -server -rpcallowip=127.0.0.1 -rpcuser=monacoinrpc -rpcpassword=m0nac0in -rpcport=56011 -datadir=/coindata/monacoin-main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment