git.delta.rocks / unique-network / refs/commits / 6b0c3b1ff24e

difftreelog

westend_-s services

Igor Kozyrev2021-09-20parent: #bd4e59d.patch.diff
in: master

2 files changed

addeddeploy/westend/host_vars/services/parachain-westend-bob.servicediffbeforeafterboth
after · deploy/westend/host_vars/services/parachain-westend-bob.service
1[Unit]2Description=Parachain Bob @ Westend34[Service]5ExecStart=/opt/usetech/nft \6    --name c2-us \7    --collator \8    --force-authoring \9    --base-path /var/local/nft-parachain/westend/bob \10    --chain /opt/usetech/chain-specs/nft-westend-v0.9.9.json \11    --node-key-file /opt/usetech/keys/nft-westend-bob-node-key \12    --port 40331 \13    --rpc-port 9953 \14    --ws-port 9954 \15    --unsafe-ws-external \16    --rpc-cors=all \17    --no-prometheus \18    --no-mdns \19    --no-telemetry \20    --bootnodes /ip4/54.216.209.53/tcp/40330/p2p/12D3KooWRtQanRkAipLcc7Jx7LoUibFXF7NbzSwnqFXH6BhATuTh \21        /ip4/3.38.43.147/tcp/40332/p2p/12D3KooWFfH3jGmvbmvfL9W4iWSbY7PUJ6cHfWpSnSGWXe4Gh73L \22        /ip4/54.216.209.53/tcp/40333/p2p/12D3KooWHXobmSZ97XyNSFmBXaHijuMCHqBGMEHWXc1Z1Wo9SnXP \23        /ip4/13.52.252.79/tcp/40334/p2p/12D3KooWBC8uBCJUpg1XY23Cq56EpEhipZ62LD6mCJq5tGZUupzG \24        /ip4/3.38.43.147/tcp/40335/p2p/12D3KooWD7aFwtNvZ3P5H5cpFtgYScpbSL7z1keQiB3sSChDvAqZ \25#        /ip4/127.0.0.1/tcp/40336/p2p/ \26    -- --execution wasm \27    --chain /opt/usetech/chain-specs/westend-v0.9.9.json \28    --port 30331 \29    --rpc-port 9753 \30    --ws-port 9754 \31    --no-prometheus \32    --no-mdns \33    --no-telemetry 34		3536Restart=always37RestartSec=1203839[Install]40WantedBy=multi-user.target
addeddeploy/westend/host_vars/services/parachain-westend-eve.servicediffbeforeafterboth
--- /dev/null
+++ b/deploy/westend/host_vars/services/parachain-westend-eve.service
@@ -0,0 +1,39 @@
+[Unit]
+Description=Parachain Eve @ Westend
+
+[Service]
+ExecStart=/opt/usetech/nft \
+    --name c5-us \
+    --collator \
+    --force-authoring \
+    --base-path /var/local/nft-parachain/westend/eve \
+    --chain /opt/usetech/chain-specs/nft-westend-v0.9.9.json \
+    --node-key-file /opt/usetech/keys/nft-westend-eve-node-key \
+    --port 40334 \
+    --rpc-port 9983 \
+    --ws-port 9984 \
+    --unsafe-ws-external \
+    --rpc-cors=all \
+    --no-prometheus \
+    --no-mdns \
+    --no-telemetry \
+    --bootnodes /ip4/54.216.209.53/tcp/40330/p2p/12D3KooWRtQanRkAipLcc7Jx7LoUibFXF7NbzSwnqFXH6BhATuTh \
+        /ip4/13.52.252.79/tcp/40331/p2p/12D3KooWPY9ot6Vxbpx37o1Cjb4C3Yrms1QhuvBh7KDHcjTZBTyj \
+        /ip4/3.38.43.147/tcp/40332/p2p/12D3KooWFfH3jGmvbmvfL9W4iWSbY7PUJ6cHfWpSnSGWXe4Gh73L \
+        /ip4/54.216.209.53/tcp/40333/p2p/12D3KooWHXobmSZ97XyNSFmBXaHijuMCHqBGMEHWXc1Z1Wo9SnXP \
+        /ip4/3.38.43.147/tcp/40335/p2p/12D3KooWD7aFwtNvZ3P5H5cpFtgYScpbSL7z1keQiB3sSChDvAqZ \
+#        /ip4/127.0.0.1/tcp/40336/p2p/ \
+    -- --execution wasm \
+    --chain /opt/usetech/chain-specs/westend-v0.9.9.json \
+    --port 30334 \
+    --rpc-port 9783 \
+    --ws-port 9784 \
+    --no-prometheus \
+    --no-mdns \
+    --no-telemetry		
+
+Restart=always
+RestartSec=120
+
+[Install]
+WantedBy=multi-user.target