Help for this page
[Unit] Description=Perl App ... KillMode=mixed [Install] WantedBy=multi-user.target
#!/usr/bin/perl use Mojo::Base -strict; ... die extract_usage if $help || !(my $app = shift || $ENV{HYPNOTOAD_APP} +); Mojo::Server::Hypnotoad->new->run($app,pid_file => '/tmp/movie-app/hyp +notoad.pid');