Parent Directory
|
Revision Log
|
Patch
| Revision 1.31 by sysadm, Tue May 13 10:42:21 2025 UTC | Revision 1.32 by sysadm, Tue May 13 11:35:17 2025 UTC | |
|---|---|---|
| # | Line 116 int net_server(const char *hostaddr, in_ | Line 116 int net_server(const char *hostaddr, in_ |
| 116 | ||
| 117 | // Startup complete | // Startup complete |
| 118 | sd_notifyf(0, "READY=1\n" | sd_notifyf(0, "READY=1\n" |
| 119 | "STATUS=Accepting incoming connections...\n" | "STATUS=Listening at %s:%d\n" |
| 120 | "MAINPID=%d", | "MAINPID=%d", |
| 121 | getpid()); | hostaddr_server, port_server, getpid()); |
| 122 | ||
| 123 | while (!SYS_server_exit || SYS_child_process_count > 0) | while (!SYS_server_exit || SYS_child_process_count > 0) |
| 124 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |