From 4bc92ccddd52c0a7454247cb226ce085e62394e8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 29 Jun 2025 21:15:29 -0500 Subject: initial start after split from gowebd --- build | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 build (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..007cdc3 --- /dev/null +++ b/build @@ -0,0 +1,14 @@ +#!/bin/bash -x + +# this is the systemd control file +mkdir -p files/lib/systemd/system/ +cp forged.service files/lib/systemd/system/ + +# caddy file. propose this as the dir structure caddy should use +mkdir -p files/etc/forged/ +cp resources/Makefile files/etc/forged/ + +# share dir +mkdir -p files/usr/share/forged/ +cp Makefile files/usr/share/forged/ +cp -a resources files/usr/share/forged/ -- cgit v1.2.3