Scroll to navigation

App::SysVRcConf::LSB(3perl) App::SysVRcConf::LSB(3perl)

NAME

App::SysVRcConf::LSB - Process init script LSB headers

SYNOPSIS

    use App::SysVRcConf::LSB;
    my $lsb = App::SysVRcConf->new(
        root    => '/',
        initd   => '/etc/init.d/',
    );
    my $lsb_headers = $lsb->get_headers();
    my $lsb_info = $lsb->parse_headers($lsb_headers);

DESCRIPTION

App::SysVRcConf::LSB reads and parses LSB header information in init scripts.

This module is an internal implementation detail of sysv-rc-conf.

AUTHOR

Andrew Bower "<andrew@bower.uk>"

2025-08-10 perl v5.40.1