From fbd638aec099fc88c5bd616dff891bb942d2de4b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 15 Nov 2024 18:49:52 -0600 Subject: day 1. --- build | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 build (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..ca28d63 --- /dev/null +++ b/build @@ -0,0 +1,8 @@ +#!/bin/bash -x + +# this is the systemd control file +mkdir -p files/lib/systemd/system/ +cp zookeeper.service files/lib/systemd/system/ + +mkdir -p files/usr/lib/zookeeper/ +cp Makefile.help files/usr/lib/zookeeper/Makefile -- cgit v1.2.3