stdsyslog
log a program's output to the system log
Install
- All systems
-
curl cmd.cat/stdsyslog.sh
- Debian
-
apt-get install stdsyslog
- Ubuntu
-
apt-get install stdsyslog
- Kali Linux
-
apt-get install stdsyslog
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install stdsyslog
- Raspbian
-
apt-get install stdsyslog
- Dockerfile
- dockerfile.run/stdsyslog
stdsyslog
log a program's output to the system log
The stdsyslog utility executes a program, reads everything that it outputs to a set of file descriptors (by default the standard output and standard error streams) and logs it to the system log.