mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
14 lines
342 B
Desktop File
14 lines
342 B
Desktop File
[Unit]
|
|
Description=Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol
|
|
Wants=network-online.target
|
|
After=network.target network-online.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
DynamicUser=yes
|
|
StateDirectory=reth
|
|
ExecStart=/usr/bin/reth node --datadir %S/reth --log.file.max-files 0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|