Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ioanrogers/linux-systemd
- Owner: ioanrogers
- License: other
- Created: 2014-02-17T02:41:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T19:03:46.000Z (over 4 years ago)
- Last Synced: 2024-12-24T20:28:45.493Z (11 days ago)
- Topics: journal, linux, perl, perl-module, perl5, systemd, systemd-journal, xs
- Language: Perl
- Homepage: https://gitlab.com/ioanrogers/Linux-Systemd
- Size: 152 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
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
```