Skip to content

Instantly share code, notes, and snippets.

@anoochit
Created March 19, 2022 02:23
Show Gist options
  • Save anoochit/58cd8eaebf8421503d714e08cc9c9bd2 to your computer and use it in GitHub Desktop.
Save anoochit/58cd8eaebf8421503d714e08cc9c9bd2 to your computer and use it in GitHub Desktop.
evmosd service
# /etc/systemd/system/evmosd.service
[Unit]
Description=Evmos Node
After=network.target
[Service]
Type=simple
User=ubuntu
WorkingDirectory=/home/ubuntu
ExecStart=/home/ubuntu/go/bin/evmosd start
Restart=on-failure
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