kopia lustrzana https://github.com/bugout-dev/moonstream
20 wiersze
583 B
INI
20 wiersze
583 B
INI
|
[Unit]
|
||
|
Description=Ethereum node Lighthouse client
|
||
|
StartLimitIntervalSec=500
|
||
|
StartLimitBurst=5
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Restart=on-failure
|
||
|
RestartSec=10s
|
||
|
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
||
|
ExecStart=/home/ubuntu/lighthouse --network mainnet beacon_node --http --execution-endpoint http://localhost:8551 --execution-jwt /home/ubuntu/moonstream-secrets/jwt.hex --datadir /mnt/disks/nodes/ethereum/.lighthouse
|
||
|
Type=simple
|
||
|
User=ubuntu
|
||
|
ExecStop=/bin/kill -s SIGINT -$MAINPID
|
||
|
TimeoutStopSec=180
|
||
|
SyslogIdentifier=lighthouse
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|