The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.