[Unit]
Description=Ethereum Erigon LightHouse Mainnet Node
After=network.target
[Service]
ExecStart=lighthouse bn --network mainnet --execution-endpoint http://localhost:8552 --execution-jwt /secrets/jwt.hex --checkpoint-sync-url https://mainnet-checkpoint-sync.stakely.io --disable-deposit-contract-sync --datadir /ssd/erigon/mainnet/consensus --port 4001
Restart=Always
RestartSec=10
[Install]
WantedBy=default.target
网友评论