forked from cerc-io/ipld-eth-server
7 lines
197 B
Plaintext
7 lines
197 B
Plaintext
|
#!/sbin/openrc-run
|
||
|
command=/app/vulcanizedb
|
||
|
command_args="lightSync --config /app/environments/staging.toml &"
|
||
|
pidfile=
|
||
|
name="lightSync"
|
||
|
description="runs vDB in lightSync mode using staging.toml"
|