An open API service indexing awesome lists of open source software.

https://github.com/kiwiroy/mojolicious-command-author-generate-launchd

Create a launchd.plist file for a Mojolicious application/Run with hypnotoad-launchd
https://github.com/kiwiroy/mojolicious-command-author-generate-launchd

command generate hypnotoad launchd macos mojo mojolicious

Last synced: about 2 months ago
JSON representation

Create a launchd.plist file for a Mojolicious application/Run with hypnotoad-launchd

Awesome Lists containing this project

README

          

=encoding utf8

=begin html


Build Status


Coverage Status


Kritika Analysis Status

=end html

=head1 NAME

hypnotoad-launchd - Hypnotoad HTTP and WebSocket server managed by launchd

=head1 SYNOPSIS

Usage: hypnotoad-launchd [OPTIONS] [APPLICATION]

hypnotoad-launchd ./script/my_app
hypnotoad-launchd ./myapp.pl
hypnotoad-launchd -s ./myapp.pl
hypnotoad-launchd -t ./myapp.pl

Options:
-h, --help Show this message
-a, --auto Enable the autorestarting feature (not supported)
-s, --stop Stop server gracefully
-t, --test Test application and exit

=head1 DESCRIPTION

Start L and L applications with the
L web server in a method that is managed by
C/C.

Essentially, this is a controller script for C that runs in the
foreground utilising the code from L and
L. Identical signals are handled and proxied to the
daemonized instance of C as required.

=head1 SEE ALSO

L, L, L, L from macports.

=cut