Last active
January 12, 2023 14:03
-
-
Save kwunyeung/987ce982c0d57d0579a7a080afc6ed75 to your computer and use it in GitHub Desktop.
systemd unit file of Cosmos gaia testnet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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