aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-App-Control/pkg-descr
blob: 5edf8366a4287db052422f2d9b3f9028091a2615 (plain) (blame)
1
2
3
4
5
6
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.