Skip to content

Commit

Permalink
mention that the server process is automatically daemonized
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 13, 2015
1 parent c569fa7 commit 3b7f5d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

5.73 2015-01-12
5.73 2015-01-13
- Removed deprecated object-oriented Mojo::JSON API.
- Removed deprecated stringification support from Mojo::Collection.
- Removed deprecated support for data arguments from Mojo::JSON::Pointer.
Expand Down
6 changes: 3 additions & 3 deletions lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -157,9 +157,9 @@ keep-alive, multiple event loop and hot deployment support that just works.
Note that the server uses signals for process management, so you should avoid
modifying signal handlers in your applications.
To start applications with it you can use the L<hypnotoad> script, for
L<Mojolicious> and L<Mojolicious::Lite> applications it will default to
C<production> mode.
To start applications with it you can use the L<hypnotoad> script, which
automatically daemonizes the server process and defaults to C<production> mode
for L<Mojolicious> and L<Mojolicious::Lite> applications.
$ hypnotoad ./myapp.pl
Server available at http://127.0.0.1:8080.
Expand Down

0 comments on commit 3b7f5d8

Please sign in to comment.