Check user systemd unit files with systemd-analyze

This commit is contained in:
w0rp
2021-03-14 23:34:38 +00:00
parent b45ee8ec6c
commit f43e4abc88
7 changed files with 77 additions and 1 deletions

View File

@@ -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:

14
doc/ale-systemd.txt Normal file
View File

@@ -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:

View File

@@ -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|