mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
feat: Reproducible builds and *.deb packages (#19678)
Signed-off-by: bakhtin <a@bakhtin.net>
This commit is contained in:
13
pkg/reth/debian/reth.service
Normal file
13
pkg/reth/debian/reth.service
Normal 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
|
||||
Reference in New Issue
Block a user