From a60a32ed8b69c46e0ecdcbe8eb0a81b2592ec061 Mon Sep 17 00:00:00 2001 From: Fredrik Simonsson Date: Wed, 29 Sep 2021 13:22:59 +0900 Subject: [PATCH] Add fullnode to default service file --- extras/polkadex.service | 2 ++ 1 file changed, 2 insertions(+) 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]