forked from Spark/ssm-services
7 lines
144 B
Bash
7 lines
144 B
Bash
# dropbear config
|
|
|
|
cfg_listen_port='2234'
|
|
|
|
service_pidfile="/run/dropbear.pid"
|
|
service_args="-R -w -P ${service_pidfile} -p ${cfg_listen_port}"
|