This website requires JavaScript.
Explore
Help
Sign In
Spark
/
ssm-services
Watch
1
Star
0
Fork
1
You've already forked ssm-services
Code
Issues
Pull Requests
Releases
Wiki
Activity
d182a24ef6
ssm-services
/
conf.d
/
dropbear.sh
6 lines
89 B
Bash
Raw
Normal View
History
Unescape
Escape
dropbear script
2014-05-11 18:44:13 +00:00
# dropbear config
cfg_listen_port
=
'2234'
So, as an example of the way conf.d is supposed to be used, I've provided a conf.d entry for dropbear that overrides the provided initsctipt. Just a simple change in “where do we want to listen”, but impossible to do otherwise without changing the initscript directly as dropbear does not support any external config files. So there you have it, the feature now has a purpose.
2014-07-06 07:13:39 +00:00
service_args
=
"
-R -w -F -p
${
cfg_listen_port
}
"
Reference in New Issue
Copy Permalink