]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemd-verify: a simple tool for offline unit verification
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 20 Jul 2014 21:58:35 +0000 (17:58 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 20 Jul 2014 23:48:16 +0000 (19:48 -0400)
commit8b835fccdad78d89f9cc64f9b02059fb75ffbab1
treecee036287462e1c2d8454f3419a671a64ee853a9
parentcf7d80a5fe549d4db11800015e02220dccec3096
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
Makefile.am
src/core/socket.c
src/core/socket.h
src/verify/Makefile [new symlink]
src/verify/verify.c [new file with mode: 0644]