diff options
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 |