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

Clustericious::Command::stop

DESCRIPTION

Stop a running daemon.

NOTES

The different methods of starting put their pid files in different places in the config file. Here are some examples :

"hypnotoad" : {
   "pid_file"  : "/tmp/filename.pid",
   ....
 }

"plackup" : {
   "pidfile"   : "/tmp/nother_filename.pid",
   "daemonize" : "null"    # means include "--daemonize"
...
},

"lighttpd" : {
   "env" : {
       "lighttpd_pid"    : "/tmp/third_filename.pid"
        ...
   },
},

"nginx" : {
  '-p' : '/home/foo/appname/nginx'
 }