diff options
Diffstat (limited to 'doc/ale-systemd.txt')
-rw-r--r-- | doc/ale-systemd.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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: |