From 523067e6db4d5521e3b68b3436abdd6ee9292c25 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 17 Mar 2025 08:10:05 +0100 Subject: [PATCH] init: Only install legacy service unit if starter/stroke is enabled Closes strongswan/strongswan#2722 --- init/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init/Makefile.am b/init/Makefile.am index 54c090cea..9f23f72c1 100644 --- a/init/Makefile.am +++ b/init/Makefile.am @@ -2,10 +2,12 @@ SUBDIRS = if USE_LEGACY_SYSTEMD +if USE_FILE_CONFIG if USE_CHARON SUBDIRS += systemd-starter endif endif +endif if USE_SYSTEMD if USE_SWANCTL