program() Source Driver
The program driver starts an external application and reads messages from the standard output (stdout) of the application.
Status
Architecture
Status
x86
Works
ARM
Works
How to Test
The program() source driver is mainly useful to receive log messages from daemons that accept incoming messages and convert them to log messages. To stimulate this, we will write a shell script and run it using program() driver.
Note: The script is started by the driver, and in case of a exit, it is restarted automatically.
Shell Script
Configuration File Used
Proof
Last updated