Skip to content

Commit

Permalink
Add fullnode to default service file
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsso committed Sep 29, 2021
1 parent 1bde54e commit a60a32e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extras/polkadex.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Wants=network-online.target
User=ubuntu
Group=ubuntu
ExecStart=/home/ubuntu/polkadex-node --chain=/home/ubuntu/customSpecRaw.json --name "Battery Included" --validator --telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
#For fullnode
#ExecStart=/home/ubuntu/polkadex-node --chain=/home/ubuntu/customSpecRaw.json --rpc-cors all --name "Full Node" --telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
Restart=on-failure

[Install]
Expand Down

0 comments on commit a60a32e

Please sign in to comment.