From 44b1bdc8081f4968e70313463059e1ce77806ce2 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 16 May 2019 09:13:59 +0200 Subject: afm-unit.conf: cleanup of generation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The generation files are reworked to improve their evolution and maintainability: - the Makefile now refers to any .inc file - the macros are isolated from the skeleton - main iterators are managed in the skeleton - improve management of UNIT_NAME_BASE Bug-AGL: SPEC-2436 Change-Id: I0877eb0149c9362be3290ed2c146cc69fc6bf718 Signed-off-by: José Bollo --- conf/unit/generate-unit-conf/provided-binding.inc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'conf/unit/generate-unit-conf/provided-binding.inc') diff --git a/conf/unit/generate-unit-conf/provided-binding.inc b/conf/unit/generate-unit-conf/provided-binding.inc index 64c453d..3737126 100644 --- a/conf/unit/generate-unit-conf/provided-binding.inc +++ b/conf/unit/generate-unit-conf/provided-binding.inc @@ -1,10 +1,4 @@ dnl vim: set filetype=sysctl.conf.m4 syntax=sysctl.conf.m4: -;------------------------------------------------------------------------------- -;---- P R O V I D E D B I N D I N G ---- -;------------------------------------------------------------------------------- - -{{#provided-binding}} - ;------------------------------------------------------------------------------- ;---- T H E S E R V I C E O F T H E B I N D I N G ---- ;------------------------------------------------------------------------------- @@ -28,6 +22,4 @@ ExecStart=/bin/ln -sf {{:#metadata.install-dir}}/{{value}} API_PATH_LINK/{{name} %end systemd-unit -{{/provided-binding}} - -- cgit 1.2.3-korg