summarylogtreecommitdiffstats
path: root/prysm-beacon-chain.service
blob: b0f2c5ad327630f9ccd7414a752171b9c07ac944 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Prysm Beacon chain daemon
After=network-online.target

[Service]
ExecStart=/usr/bin/prysm-beacon-chain --accept-terms-of-use --execution-endpoint=%h/.ethereum/geth.ipc
Restart=on-failure

[Install]
WantedBy=default.target