Skip to content

Instantly share code, notes, and snippets.

@straumat
Last active July 4, 2018 20:44
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 straumat/40c61aa12a9cac8271df0fc4029cf703 to your computer and use it in GitHub Desktop.
Save straumat/40c61aa12a9cac8271df0fc4029cf703 to your computer and use it in GitHub Desktop.
[Unit]
Description=Blockchain2graph-bitcoin-neo4j
After=syslog.target
[Service]
Environment="SPRING_DATA_NEO4J_URI=bolt://neo4j:b2g135!@localhost"
Environment="BITCOINCORE_HOSTNAME=5.196.65.205"
Environment="BITCOINCORE_PORT=8332"
Environment="BITCOINCORE_USERNAME=bitcoinrpc"
Environment="BITCOINCORE_PASSWORD=JRkDy3tgCYdmCEqY1VdfdfhTswiRva"
ExecStart=/usr/bin/java -jar /var/blockchain2graph/blockchain2graph-bitcoin-neo4j.jar SuccessExitStatus=143
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment