diff --git a/extras/polkadex.service b/extras/polkadex.service index 0fa28aeaa..b29fcbfd3 100644 --- a/extras/polkadex.service +++ b/extras/polkadex.service @@ -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]