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
- Host: GitHub
- URL: https://github.com/kiwiroy/mojolicious-command-author-generate-launchd
- Owner: kiwiroy
- Created: 2019-07-03T22:58:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T04:16:24.000Z (over 6 years ago)
- Last Synced: 2025-06-03T02:46:02.610Z (about 1 year ago)
- Topics: command, generate, hypnotoad, launchd, macos, mojo, mojolicious
- Language: Perl
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
- Changelog: Changes
Awesome Lists containing this project
README
=encoding utf8
=begin html
=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