The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

System::InitD

DESCRIPTION

Simple and cool toolkit for init.d scripts creation under linux systems. This distrubution includes toolkit itself and generator tool, geninitd, which generates init.d perl script skeleton.

You can see perldoc for geninitd

    perldoc geninitd

Also, for available System::InitD API see perldoc for System::InitD::Runner

HISTORY

One day I tried to improve existing init.d bash script of some project and it was very painful. I love perl, so I decided to create some useful toolkit for init.d scripts written in perl.