Skip to content

Instantly share code, notes, and snippets.

@taobun
Created October 15, 2020 06:45
Show Gist options
  • Save taobun/55e46574ab287267763d4cf19449adbf to your computer and use it in GitHub Desktop.
Save taobun/55e46574ab287267763d4cf19449adbf to your computer and use it in GitHub Desktop.
[Unit]
Description=BandChain Node Daemon
After=network-online.target
[Service]
User=ubuntu
ExecStart=/home/ubuntu/go/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