4 lines
143 B
Bash
Executable file
4 lines
143 B
Bash
Executable file
#!/bin/bash
|
|
"lbrynet start \
|
|
--api "${API_BIND_IP:-0.0.0.0}":"${API_PORT:-5179}" \
|
|
--config ${CONFIG_PATH:-/etc/lbry/daemon_settings.yml}"
|