The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XAS::Lib::App::Service::Unix - A mixin class for Unix Services

SYNOPSIS

 use XAS::Class
   debug      => 0,
   version    => $VERSION,
   base       => 'XAS::Lib::App::Service',
   mixin      => 'XAS::Lib::App::Service::Unix',
   constants  => 'TRUE FALSE',
   filesystem => 'File',
   accessors  => 'daemon service pid',
 ;

DESCRIPTION

This module provides a mixin class to define the necessary functionality for a Service to run on a Unix like box.

METHODS

define_daemon

This method will tell POE that the process has forked.

get_service_config

This method does nothing on Unix.

install_service

This method does nothing on Unix.

remove_service

This method does nothing on Unix.

SEE ALSO

XAS::Lib::App::Service
XAS

AUTHOR

Kevin L. Esteb, <kevin@kesteb.us>

COPYRIGHT AND LICENSE

Copyright (C) 2014 Kevin L. Esteb

This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. For details, see the full text of the license at http://www.perlfoundation.org/artistic_license_2_0.