feat: Reproducible builds and *.deb packages (#19678)

Signed-off-by: bakhtin <a@bakhtin.net>
This commit is contained in:
Artyom Bakhtin
2025-11-27 11:35:22 +00:00
committed by GitHub
parent 07c5956ce7
commit 014f115c47
9 changed files with 234 additions and 66 deletions

View File

@@ -0,0 +1,13 @@
[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