From b40f65b7cbf1d746d1a3e80ed344c22fa78d36db Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 9 Feb 2021 16:35:28 -0500 Subject: init --- Bastillefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Bastillefile (limited to 'Bastillefile') diff --git a/Bastillefile b/Bastillefile new file mode 100644 index 0000000..126cf4a --- /dev/null +++ b/Bastillefile @@ -0,0 +1,8 @@ +CMD mkdir -p /usr/local/share/poudriere +CMD mkdir -p /usr/local/poudriere/data +FSTAB /usr/local/share/poudriere usr/local/share/poudriere nullfs ro 0 0 +FSTAB /usr/local/poudriere/data usr/local/poudriere/data nullfs ro 0 0 +OVERLAY usr +PKG nginx +SYSRC nginx_enable=YES +SERVICE nginx start -- cgit v1.2.3