timed-process
generic interface for Unix and Win32 background process management
Install
- All systems
-
curl cmd.cat/timed-process.sh
- Debian
-
apt-get install libproc-background-perl
- Ubuntu
-
apt-get install libproc-background-perl
- Kali Linux
-
apt-get install libproc-background-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libproc-background-perl
- Raspbian
-
apt-get install libproc-background-perl
- Dockerfile
- dockerfile.run/timed-process
libproc-background-perl
generic interface for Unix and Win32 background process management
Proc::Background is a generic interface for placing processes in the background on both Unix and Win32 platforms. This module lets you start, kill, wait on, retrieve exit values, and see if background processes still exist.