Files
ports/sysutils/unixexec/pkg-descr
T
Jesús Daniel Colmenares Oviedo 716e7ab7b2 sysutils/unixexec: New port: Attach stdin/stdout of a command to a Unix socket
unixexec attaches the stdin/stdout of a command to a Unix socket:

* immediately exec(3)'s the command: the data is not proxied via another process
* does not multiplex access to a socket

WWW: https://github.com/DtxdF/unixexec/
2026-04-14 22:44:33 -04:00

5 lines
188 B
Plaintext

unixexec attaches the stdin/stdout of a command to a Unix socket:
* immediately exec(3)'s the command: the data is not proxied via another process
* does not multiplex access to a socket