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/ale-systemd.txt | |
parent | b45ee8ec6c760089c68fb28a5436ec8275ca5381 (diff) | |
download | ale-f43e4abc8872a10519309d78f44ad2fc276ad596.zip |
Check user systemd unit files with systemd-analyze
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: |