spacemacs/layers/+tools/systemd
Arif Er 00f9ab19ac chore: update copyright headers to 2022
The script used to identify and update the change is added into the GitHub
workflows script directory. A workflow action can be created to trigger the
script to update the headers on the first of every new year. Possibly a task for
a consequent PR.
2022-06-03 17:32:20 +02:00
..
README.org [bot] "documentation_updates" Mon Jan 31 21:49:47 UTC 2022 (#15303) 2022-01-31 17:02:38 -05:00
packages.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00

README.org

systemd layer

Description

This layer adds support for editing systemd configuration files in Spacemacs.

Features:

  • Syntax highlighting
  • Auto completion
  • Syntax checking via systemd-analyze
  • Viewing systemd system and user unit via journalctl-mode

Install

To use this contribution add it to your ~/.spacemacs

  (setq-default dotspacemacs-configuration-layers '(systemd))

Key bindings

Systemd

Key binding Description
SPC m h d Systemd open the directives documentation
SPC m h o Systemd open documentation (if a \=Documentation directive is provided

Journalctl-mode

Key binding Description
SPC a t j b Select and show boot-log with journalctl-mode.
SPC a t j j Run journalctl-mode with custom option
SPC a t j s Select and show journal for UNIT in journalctl-mode.
SPC a t j u Select and show journal for the user-unit UNIT in journalctl-mode.