run _6to5-node using execvp() if available

This commit is contained in:
Christopher Monsanto
2014-12-13 01:41:57 -05:00
parent 9ca05b1971
commit aac6303696
2 changed files with 24 additions and 10 deletions

View File

@@ -39,3 +39,10 @@ class Bar extends Foo {
}
}
```
## 6to5-node
It is necessary to manually install `kexec` package on Unix-like OSes for
`6to5-node` to correctly handle signals.
**It is not recommended to use `6to5-node` with a process manager (`supervisord`, `upstart`, `systemd`, ...) without first installing `kexec`!**