From 8b835fccdad78d89f9cc64f9b02059fb75ffbab1 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sun, 20 Jul 2014 17:58:35 -0400 Subject: systemd-verify: a simple tool for offline unit verification This tool will warn about misspelt directives, unknown sections, and non-executable commands. It will also catch the common mistake of using Accept=yes with a non-template unit and vice versa. https://bugs.freedesktop.org/show_bug.cgi?id=56607 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 41fff4f0c8..81bcc16057 100644 --- a/.gitignore +++ b/.gitignore @@ -122,6 +122,7 @@ /systemd-update-utmp /systemd-user-sessions /systemd-vconsole-setup +/systemd-verify /tags /test-architecture /test-async -- cgit v1.2.3-54-g00ecf