1[Unit]2Description=Westend Eve34[Service]5ExecStart=/opt/parity/polkadot \6 --eve \7 --validator \8 --base-path /var/local/westend/eve \9 --chain /opt/parity/chain-specs/westend-local-v0.9.9.json \10 --node-key-file /opt/parity/keys/relay-westend-eve-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/30331/p2p/12D3KooWMkSKwDEKHsxW11YtKNnpeLQiYMZvKUy4XFpF2foZfspb \17 /ip4/127.0.0.1/tcp/30332/p2p/12D3KooWAK674KrVuH469qro6F9VupJjf3y4NztzAR76Pdn63G1x \18 /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWAE4pU99aVYJBr2YorMfpnjg6hgf1By1z2TeLS6xivnkX \19 /ip4/127.0.0.1/tcp/30335/p2p/12D3KooWKAkFyAD94wDdhb1k9DgDEWNgDftzTZV7t88K1rm6wcXn \20 --port 30334 \21 --rpc-port 9883 \22 --ws-port 9884 \23 --unsafe-ws-external \24 --rpc-cors=all2526Restart=always27RestartSec=1202829[Install]30WantedBy=multi-user.target