Created
September 13, 2018 04:41
-
-
Save rowandh/7491f5d499b8bd7b48fadcee2824fc96 to your computer and use it in GitHub Desktop.
Stratis node Ubuntu Linux service
This file contains hidden or 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
sudo cp stratis.service /etc/systemd/system | |
sudo systemctl enable stratis.service | |
sudo systemctl start stratis.service |
This file contains hidden or 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=Stratis node | |
[Service] | |
Type=simple | |
User=user | |
ExecStart=/usr/bin/dotnet run --project /home/user/StratisBitcoinFullNode/src/Stratis.StratisSmartContractsD -- -addnode=13.64.119.220 -addnode=20.190.57.145 -addnode=40.68.165.12 -agentprefix=.pw 2>&/home/user/stratis.service.log | |
[Install] | |
WantedBy=default.target | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment