]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
init: Only install legacy service unit if starter/stroke is enabled
authorTobias Brunner <tobias@strongswan.org>
Mon, 17 Mar 2025 07:10:05 +0000 (08:10 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 14 Apr 2025 09:54:42 +0000 (11:54 +0200)
Closes strongswan/strongswan#2722

init/Makefile.am

index 54c090cea93afe43b822710a7cc503b5a6df0aa3..9f23f72c144b661dbc6622bb1acdea7c89126335 100644 (file)
@@ -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