Table of Contents

systemd layer

Table of ContentsClose

1. Description

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

1.1. Features:

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

2. Install

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

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

3. Key bindings

3.1. 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

3.2. 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.

Author: root

Created: 2024-04-03 Wed 19:40

Validate