https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40901
--- Comment #123 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 199461 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199461&action=edit Bug 40901: Add systemd unit file validation test Adds t/00-valid-systemd-units.t which runs systemd-analyze verify against every unit file in debian/systemd/. Skips gracefully if systemd-analyze is not installed (requires the systemd package). To enable this test in KTD-based CI, add 'systemd' to the KTD container's package list. systemd-analyze verify does not require systemd to be running as PID 1 — it is pure static analysis and works correctly in a standard Docker container. Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
