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 Oct 1, 2021
1 parent d52a2e6 commit 80f8e1f
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'
#For fullnode
#ExecStart=/home/ubuntu/polkadex-node --chain=/home/ubuntu/customSpecRaw.json --rpc-cors all --name "Full Node"'
Restart=on-failure

[Install]
Expand Down

0 comments on commit 80f8e1f

Please sign in to comment.