Last active
May 21, 2021 22:51
-
-
Save sorawit/05d0fe7b7a4195bf2e6f8a487d20667c 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=BandChain Node Daemon | |
After=network-online.target | |
[Service] | |
User=ubuntu | |
ExecStart=/usr/local/bin/bandd start | |
Restart=always | |
RestartSec=3 | |
LimitNOFILE=4096 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doesn't work for me guys.