Created
August 11, 2017 22:46
-
-
Save Alex-Werner/3fc57ff6e3fce8ae5fef926a02a75c72 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
[Unit] | |
Description=Bitcore Server Testnet | |
#Requires=After=dashd.service | |
[Service] | |
PIDFile=/home/obusco/.pids/bitcore.pid | |
ExecStart=/home/obusco/insight/bitcore-node-dash bin/bitcore-node-dash start > /home/obusco/.logs/bitcore.log | |
Restart=always | |
RestartSec=10 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment