Skip to content

Instantly share code, notes, and snippets.

@sorawit
Last active May 21, 2021 22:51
Show Gist options
  • Save sorawit/05d0fe7b7a4195bf2e6f8a487d20667c to your computer and use it in GitHub Desktop.
Save sorawit/05d0fe7b7a4195bf2e6f8a487d20667c to your computer and use it in GitHub Desktop.
[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
@Ramarius
Copy link

Doesn't work for me guys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment