Add bloxberg systemd installer
This commit is contained in:
9
systemd/bloxberg.service
Normal file
9
systemd/bloxberg.service
Normal 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
2
systemd/env/01-bloxberg.conf
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
OPENETHEREUM_PATH={{OPENETHEREUM_PATH}}
|
||||
OPENETHEREUM_CONFIG={{OPENETHEREUM_CONFIG}}
|
||||
Reference in New Issue
Block a user