1[Unit]2Description=Westend Bob34[Service]5ExecStart=/opt/parity/polkadot \6 --bob \7 --validator \8 --base-path /var/local/westend/bob \9 --chain /opt/parity/chain-specs/westend-local-v0.9.9.json \10 --node-key-file /opt/parity/keys/relay-westend-bob-node-key \11 --execution Wasm \12 --no-prometheus \13 --no-telemetry \14 --no-mdns \15 --bootnodes /ip4/127.0.0.1/tcp/30330/p2p/12D3KooWFeip5gL9ZUKWbD4tUE1mE7hGu7m2R2eoBqeSkLa2xrVp \16 /ip4/127.0.0.1/tcp/30332/p2p/12D3KooWAK674KrVuH469qro6F9VupJjf3y4NztzAR76Pdn63G1x \17 /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWAE4pU99aVYJBr2YorMfpnjg6hgf1By1z2TeLS6xivnkX \18 /ip4/127.0.0.1/tcp/30334/p2p/12D3KooWFLkdZQ2sTsjazSotfkFY8HhHXVvT4Wp6xWcAm6aXH5qk \19 /ip4/127.0.0.1/tcp/30335/p2p/12D3KooWKAkFyAD94wDdhb1k9DgDEWNgDftzTZV7t88K1rm6wcXn \20 --port 30331 \21 --rpc-port 9853 \22 --ws-port 9854 \23 --unsafe-ws-external \24 --rpc-cors=all2526Restart=always27RestartSec=1202829[Install]30WantedBy=multi-user.target