mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 18:52:00 +00:00
"backgrounding" is more user-understandable than "forking"
--HG-- extra : convert_revision : 53a3f244adf908dac18f2fa7e1d94309497da790
This commit is contained in:
parent
0b72cf1ed2
commit
456b500902
@ -147,7 +147,7 @@ void main_noinetd() {
|
||||
if (svr_opts.forkbg) {
|
||||
dropbear_log(LOG_INFO, "Running in background");
|
||||
} else {
|
||||
dropbear_log(LOG_INFO, "Not forking");
|
||||
dropbear_log(LOG_INFO, "Not backgrounding");
|
||||
}
|
||||
|
||||
/* create a PID file so that we can be killed easily */
|
||||
|
Loading…
Reference in New Issue
Block a user