WIP bloxberg installer scripts
This commit is contained in:
14
systemd/cic-cache-tracker.service
Normal file
14
systemd/cic-cache-tracker.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=CIC transaction cache syncer
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Environment="RPC_PROVIDER=http://localhost:8545"
|
||||
Environment="CHAIN_SPEC=evm:byzantium:8995:bloxberg"
|
||||
Environment="CIC_REGISTRY=ADDRESS={{CIC_REGISTRY_ADDRESS}}"
|
||||
Environment="CIC_TRUST_ADDRESS={{CIC_TRUST_ADDRESS}}"
|
||||
ExecStart="cic-cache-trackerd -c %h/.config/cic/cache"
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
After=network.target
|
||||
2
systemd/env/01-cic-cache-tracker.conf
vendored
Normal file
2
systemd/env/01-cic-cache-tracker.conf
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
RPC_PROVIDER={{RPC_PROVIDER=http://localhost:8545}}
|
||||
CHAIN_SPEC={{CHAIN_SPEC=evm:byzantium:8995:bloxberg}}
|
||||
Reference in New Issue
Block a user