From: Tobias Brunner Date: Mon, 17 Mar 2025 07:10:05 +0000 (+0100) Subject: init: Only install legacy service unit if starter/stroke is enabled X-Git-Tag: 6.0.2dr1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=523067e6db4d5521e3b68b3436abdd6ee9292c25;p=thirdparty%2Fstrongswan.git init: Only install legacy service unit if starter/stroke is enabled Closes strongswan/strongswan#2722 --- diff --git a/init/Makefile.am b/init/Makefile.am index 54c090cea9..9f23f72c14 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