1[Unit]2Description=Westend Bob34[Service]5ExecStart=/opt/parity/polkadot \6 --bob \7 --validator \8# --ws-external \9# --rpc-external \10# --rpc-cors all \11 --no-telemetry \12 --base-path /var/local/westend/bob \13 --chain /opt/parity/westend-local.json \14 --execution Wasm \15# --listen-addr /ip4/127.0.0.1/tcp/9944/ws \16# --public-addr /ip4/92.53.69.98 \17# --discover-local \18 --no-mdns \19 --bootnodes /ip4/127.0.0.1/tcp/30336/p2p/12D3KooWR76geqit8nMJtQYuLXNy4oHDVJZdsPLNjTmWhL4TeijW \20 /ip4/127.0.0.1/tcp/30335/p2p/12D3KooWRqnBJPpKntaKmqoDJLxgGR11tconzYLewaeGz2saiXhw \21 /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWHp7JuDmdrv79mgdPxPa59PYLiXW2AkwXqAXQa71i1gje \22 --port 30334 \23 --rpc-port 9854 \24 --ws-port 98552526Restart=always27RestartSec=1202829[Install]30WantedBy=multi-user.target