mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
Re-enable exit on stream close in netconf service.
This commit is contained in:
parent
4b773b61f5
commit
914bebba31
1 changed files with 3 additions and 3 deletions
|
@ -565,13 +565,13 @@ process.stdin.on('readable',function() {
|
|||
}
|
||||
});
|
||||
process.stdin.on('end',function() {
|
||||
//process.exit(0);
|
||||
process.exit(0);
|
||||
});
|
||||
process.stdin.on('close',function() {
|
||||
//process.exit(0);
|
||||
process.exit(0);
|
||||
});
|
||||
process.stdin.on('error',function() {
|
||||
//process.exit(0);
|
||||
process.exit(0);
|
||||
});
|
||||
|
||||
// Tell ZeroTier One that the service is running, solicit netconf-init
|
||||
|
|
Loading…
Add table
Reference in a new issue