systemd-mode icon indicating copy to clipboard operation
systemd-mode copied to clipboard

Major mode for editing systemd units

Results 13 systemd-mode issues
Sort by recently updated
recently updated
newest added

Hey there, thanks for putting this mode up! I've been using it with native compilation recently, and noticed errors about missing files that only occur when native-compiling in async mode....

Invoking `systemd-doc-directives` opens man page for systemd.directives, which contains a list of directives. But I can't figure out how to jump to a man page of a particular directive.

Hi. I think it's a regression bug related to #4 . I open a new issue because #4 is closed. Now I still get the same error messages while `systemd-mode`...

Related to #5, with the Emacs 26 pretest (26.0.90) and the following init file: ``` (package-initialize) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) (unless (package-installed-p 'use-package) (package-refresh-contents) (package-install 'use-package)) (eval-when-compile (require 'use-package))...

Typos found with codespell.

Hi, this just merges completion for environment variables with the prior completion. I also commented out the company backend since `company-capf` should work just as well here AFAIC.

Trying it on doom emacs, GNU Emacs 29.1, but running `systemd-mode` in a buffer gives an error: ``` File mode specification error: (error Eager macro-expansion failure: (file-missing "Opening input file"...

This will allow other completion at point functions to run to autocomplete things like file path. Figured this out from https://github.com/minad/cape/issues/24