Skip to content

Only install systemd files when systemd is actually present on the system

Bart Ribbers requested to merge work/bart/systemd into master

Not all Linux systems use systemd. e54bd896 already introduced a proper SYSTEMD_FOUND check so we can just reuse that.

Merge request reports