http-redirect: add meson build
Install the minimal http-redirection awk script.
Also, install systemd socket and service files.
Change-Id: I44e6365a8a48f82e62f9f348c91b165cf3b5ce1e
Signed-off-by: Milton Miller <miltonm@us.ibm.com>
diff --git a/meson_options.txt b/meson_options.txt
index af2e039..b9aade8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,3 +4,6 @@
option(
'first-boot-set-hostname', type: 'feature', description: 'Set hostname on first boot.',
)
+option(
+ 'http-redirect', type: 'feature', description: 'Redirect http traffic to https.',
+)