<!-- README -->


Systemd-Daemon
==============

Write systemd-aware daemons in Perl.

<systemd/sd-daemon.h> provides API for new-style, systemd-aware daemons written
in C language (see sd-daemon(3) for details).

This package provides Perl version of that API. It allows writing systemd-aware
daemons in Perl language.


INSTALLATION
------------

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


SUPPORT AND DOCUMENTATION
-------------------------

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Systemd::Daemon

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Systemd-Daemon

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Systemd-Daemon

    CPAN Ratings
        http://cpanratings.perl.org/d/Systemd-Daemon

    Search CPAN
        http://search.cpan.org/dist/Systemd-Daemon/


DEVELOPMENT
-----------

To build the module:

    tools/build.sh

To run the tests:

    tools/build.sh test

To get help on available targets:

    tools/build.sh help


LICENSE AND COPYRIGHT
---------------------

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see L<http://www.gnu.org/licenses/>.

Copyright © 2015 Van de Bugger


<!-- end of file -->