mirror of
https://github.com/lxsang/antd-tunnel-publishers
synced 2025-08-31 16:22:04 +02:00
add runner service manager
This commit is contained in:
BIN
vterm/vterm
BIN
vterm/vterm
Binary file not shown.
@@ -14,7 +14,7 @@
|
||||
#include <antd/list.h>
|
||||
#include <antd/bst.h>
|
||||
|
||||
#include "tunnel.h"
|
||||
#include "../tunnel.h"
|
||||
|
||||
#define MODULE_NAME "vterm"
|
||||
|
||||
@@ -319,6 +319,8 @@ int main(int argc, char** argv)
|
||||
printf("Usage: %s path/to/hotline/socket\n", argv[0]);
|
||||
return -1;
|
||||
}
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
signal(SIGABRT, SIG_IGN);
|
||||
signal(SIGINT, int_handler);
|
||||
M_LOG(MODULE_NAME, "Hotline is: %s", argv[1]);
|
||||
// now try to request new channel from hotline
|
||||
|
Reference in New Issue
Block a user