Files
reth/pkg/reth/debian/reth.service
2025-11-27 11:35:22 +00:00

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