Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ioanrogers/linux-systemd

[mirror] Perl 5 bindings for systemd APIs
https://github.com/ioanrogers/linux-systemd

journal linux perl perl-module perl5 systemd systemd-journal xs

Last synced: 4 days ago
JSON representation

[mirror] Perl 5 bindings for systemd APIs

Awesome Lists containing this project

README

        

# NAME

Linux::Systemd - Bindings for `systemd` APIs

# VERSION

version 1.201600

# DESCRIPTION

The following `systemd` components are wrapped to some to degree.

## Journal

To log to the journal, see [Linux::Systemd::Journal::Write](https://metacpan.org/pod/Linux%3A%3ASystemd%3A%3AJournal%3A%3AWrite).

To read from the journal, see [Linux::Systemd::Journal::Read](https://metacpan.org/pod/Linux%3A%3ASystemd%3A%3AJournal%3A%3ARead).

## Daemon

To report status and use service watchdogs, see [Linux::Systemd::Daemon](https://metacpan.org/pod/Linux%3A%3ASystemd%3A%3ADaemon).

# SUPPORT

## Perldoc

You can find documentation for this module with the perldoc command.

```
perldoc Linux::Systemd
```

## Websites

The following websites have more information about this module, and may be of help to you. As always,
in addition to those websites please use your favorite search engine to discover more resources.

- MetaCPAN

A modern, open-source CPAN search engine, useful to view POD in HTML format.

[https://metacpan.org/release/Linux-Systemd](https://metacpan.org/release/Linux-Systemd)

## Bugs / Feature Requests

Please report any bugs or feature requests through the web interface at [https://gitlab.com/ioanrogers/Linux-Systemd/issues](https://gitlab.com/ioanrogers/Linux-Systemd/issues).
You will be automatically notified of any progress on the request by the system.

## Source Code

The source code is available for from the following locations:

[https://gitlab.com/ioanrogers/Linux-Systemd](https://gitlab.com/ioanrogers/Linux-Systemd)

```
git clone https://gitlab.com:ioanrogers/Linux-Systemd.git
```

# AUTHOR

Ioan Rogers

# COPYRIGHT AND LICENSE

This software is Copyright (c) 2020 by Ioan Rogers.

This is free software, licensed under:

```
The GNU Lesser General Public License, Version 2.1, February 1999
```