diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-02-09 16:35:28 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-02-09 16:35:28 -0500 |
commit | b40f65b7cbf1d746d1a3e80ed344c22fa78d36db (patch) | |
tree | 738212ddbb71dbf592dc5825a02ae71563040c52 /Bastillefile | |
download | pkg-master.tar.xz pkg-master.zip |
Diffstat (limited to 'Bastillefile')
-rw-r--r-- | Bastillefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 |