Skip to content

Instantly share code, notes, and snippets.

@kwunyeung
Last active January 12, 2023 14:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kwunyeung/987ce982c0d57d0579a7a080afc6ed75 to your computer and use it in GitHub Desktop.
Save kwunyeung/987ce982c0d57d0579a7a080afc6ed75 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