Skip to content

Instantly share code, notes, and snippets.

@chinezupwnz
Forked from kwunyeung/gaiad.service
Created April 27, 2019 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chinezupwnz/5582917df5712dfe45075536d4d23c1f to your computer and use it in GitHub Desktop.
Save chinezupwnz/5582917df5712dfe45075536d4d23c1f to your computer and use it in GitHub Desktop.
systemd unit file of Cosmos gaia testnet
[Unit]
Description=Cosmos Gaia Node
After=network-online.target
[Service]
User=gaiad
ExecStart=/opt/go/bin/gaiad start --home=/opt/gaiad/
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