libapp-control-perl

Perl module for apachectl style control of another executable

Description

App::Control is a simple module to replicate the kind of functionality you get with apachectl to control Apache, but for any script or executable. There is a very simple OO interface, where the constructor is used to specify the executable, command line arguments, and pidfile, and various methods (start, stop, etc.) are used to control the executable in the obvious way. The module is intended to be used in a simple wrapper control script. Currently the module does a fork and exec to start the executable, and sets the signal handler for SIGCHLD to 'IGNORE' to avoid zombie processes.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/App-Control


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libapp-control-perl