Created
June 25, 2021 11:49
-
-
Save O1ahmad/50f7ade4a03a15774f190c46bcbbd588 to your computer and use it in GitHub Desktop.
Custom Akash Systemd service file
This file contains hidden or 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 Akash Node | |
After=network.target | |
[Service] | |
Type=simple | |
User=ahmad | |
WorkingDirectory=/home/ahmad | |
Environment=AKASH_MONIKER=morph-01 | |
Environment=AKASH_CHAIN_ID=akash-testnet-6 | |
ExecStart=/usr/local/bin/akash start --home /home/ahmad/.akash | |
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