Input Service#
A simple service wrapper that exposes /dev/stdin of the subprocess through a pipe.
The log produced by the wrapper itself is sent to syslog's daemon facility.
/dev/stdout and /dev/stderr are linked to the subprocess.
It only works on Linux, because it uses the syscall mkfifo(3).