diff options
author | w0rp <devw0rp@gmail.com> | 2021-03-14 23:34:38 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2021-03-14 23:34:38 +0000 |
commit | f43e4abc8872a10519309d78f44ad2fc276ad596 (patch) | |
tree | af7d8f7b161ded500fc3698d02ea97d5b49d3793 /doc | |
parent | b45ee8ec6c760089c68fb28a5436ec8275ca5381 (diff) | |
download | ale-f43e4abc8872a10519309d78f44ad2fc276ad596.zip |
Check user systemd unit files with systemd-analyze
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 7 | ||||
-rw-r--r-- | doc/ale-systemd.txt | 14 | ||||
-rw-r--r-- | doc/ale.txt | 2 |
3 files changed, 22 insertions, 1 deletions
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index cc25ca95..2e7d2f77 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -167,7 +167,7 @@ Notes: * Git Commit Messages * `gitlint` * GLSL - * glslang + * `glslang` * `glslls` * Go * `bingo` @@ -492,6 +492,8 @@ Notes: * `sourcekit-lsp` * `swiftformat` * `swiftlint` +* systemd + * `systemd-analyze`!! * Tcl * `nagelfar`!! * Terraform @@ -562,3 +564,6 @@ Notes: * `yang-lsp` * Zig * `zls` + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale-systemd.txt b/doc/ale-systemd.txt new file mode 100644 index 00000000..13c7037f --- /dev/null +++ b/doc/ale-systemd.txt @@ -0,0 +1,14 @@ +=============================================================================== +ALE systemd Integration *ale-systemd-options* + + +=============================================================================== +systemd-analyze *ale-systemd-analyze* + +ALE supports checking user systemd units with `systemd-analyze --user verify` +Checks will only work with user unit files in their proper location. There +aren't any options, and checks can only run after saving the file. + + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index 66b2e4ce..36e02d54 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -3010,6 +3010,8 @@ documented in additional help files. stylelint.............................|ale-sugarss-stylelint| swift...................................|ale-swift-options| sourcekitlsp..........................|ale-swift-sourcekitlsp| + systemd.................................|ale-systemd-options| + systemd-analyze.......................|ale-systemd-analyze| tcl.....................................|ale-tcl-options| nagelfar..............................|ale-tcl-nagelfar| terraform...............................|ale-terraform-options| |