Add bloxberg systemd installer

This commit is contained in:
nolash
2021-11-12 05:33:46 +01:00
parent e75d135a2b
commit 8f5297eb97
6 changed files with 40 additions and 32 deletions

9
systemd/bloxberg.service Normal file
View File

@@ -0,0 +1,9 @@
[Unit]
Description=Bloxberg openethereum node
After=network.target
[Service]
ExecStart=/bin/bash -c ${OPENETHEREUM_PATH} --config ${OPENETHEREUM_CONFIG}/bootnode.toml
[Install]
WantedBy=network.target

2
systemd/env/01-bloxberg.conf vendored Normal file
View File

@@ -0,0 +1,2 @@
OPENETHEREUM_PATH={{OPENETHEREUM_PATH}}
OPENETHEREUM_CONFIG={{OPENETHEREUM_CONFIG}}