NAME
Clustericious::Command::stop - Clustericious command to stop a Clustericious application
VERSION
version 0.9931
SYNOPSIS
% yourapp 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'
}
AUTHOR
original author: Brian Duggan
current maintainer: Graham Ollis <plicease@cpan.org>
contributors:
Curt Tilmes
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by NASA GSFC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.