Skip to content

Instantly share code, notes, and snippets.

@O1ahmad
Created June 25, 2021 11:49
Show Gist options
  • Save O1ahmad/50f7ade4a03a15774f190c46bcbbd588 to your computer and use it in GitHub Desktop.
Save O1ahmad/50f7ade4a03a15774f190c46bcbbd588 to your computer and use it in GitHub Desktop.
Custom Akash Systemd service file
[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