NAME

Footprintless::App::Command::service - Performs an action on a service.

VERSION

version 1.0

SYNOPSIS

fpl service project.environment.component.service kill
fpl service project.environment.component.service start
fpl service project.environment.component.service status
fpl service project.environment.component.service stop

DESCRIPTION

Performs actions on a service. The default actions are:

kill - kills the service abruptly
start - starts the service
status - checks the status of the service (running/stopped)
stop - stops the service

For detail action configuration see Footprintless::Service.

AUTHOR

Lucas Theisen <lucastheisen@pastdev.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Lucas Theisen.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

SEE ALSO

Please see those modules/websites for more information related to this module.