kopia lustrzana https://github.com/bugout-dev/moonstream
18 wiersze
457 B
INI
18 wiersze
457 B
INI
[Unit]
|
|
Description=Ethereum node Geth client
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=ubuntu
|
|
Group=www-data
|
|
ExecStart=/usr/bin/geth --syncmode snap --cache 4096 \
|
|
--port 41380 --datadir /mnt/disks/nodes/ethereum \
|
|
--txpool.globalslots 153600 --txpool.globalqueue 3072 \
|
|
--http --http.port 18370 --http.api eth,web3,txpool
|
|
ExecStop=/bin/kill -s SIGINT -$MAINPID
|
|
TimeoutStopSec=300
|
|
SyslogIdentifier=ethereum-node
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|