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

Mojo::Command::Generate::InitScript::Freebsd - Initscript generator for FreeBSD

SYNOPSYS

        $ ./mojo_app.pl generate help init_script freebsd
        usage: ./mojo_app.pl generate init_script target_os [OPTIONS]

        These options are available:
                --output <folder>   Set folder to output initscripts
                --deploy            Deploy initscripts into OS
                                                        Either --deploy or --output=dist should be specified

                --name <name>       Ovewrite name which is used for initscript filename(s)

        FreeBSD related initscript options:
                --before <applist>         Defines services which
                                                                   should start after this initscript
                                                                   for example: --before nginx
                --requre <applist>         Defines services which
                                                                   should be started before this initscript
                                                                   for example: --requre postgresql