Module: Systemdy

Defined in:
lib/systemdy.rb,
lib/systemdy/journal.rb,
lib/systemdy/service.rb,
lib/systemdy/version.rb,
lib/systemdy/utility/formatter.rb,
lib/systemdy/utility/validator.rb,
lib/systemdy/utility/key_value_filter.rb,
lib/systemdy/utility/message_displayer.rb

Overview

Allow to control systemd’s services and manage journalctl logs

Defined Under Namespace

Modules: Utility Classes: Error, Journal, Service

Constant Summary collapse

SYSTEMCTL_COMMAND =

systemctl default command

'systemctl'
JOURNALCTL_COMMAND =

journalctl default command

'journalctl'
VERSION =

the current version of the gem

"0.4.1"