diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-01-27 22:09:21 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-01-27 22:09:21 +0200 |
| commit | e61ba22c191fd9cf7bc4301b9a56ab228ab84c95 (patch) | |
| tree | 2c5d0f7c7aa710ddae0fcfe74aa05fb92204236f /examples/build-manifest | |
| parent | cd7dd3248aaa93e15db042070e41c52a3272a56c (diff) | |
Implement basic build
Diffstat (limited to 'examples/build-manifest')
| -rw-r--r-- | examples/build-manifest | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/build-manifest b/examples/build-manifest new file mode 100644 index 0000000..d0c0e56 --- /dev/null +++ b/examples/build-manifest @@ -0,0 +1,9 @@ +((packages + . #("nginx")) + (files + . #("nginx.conf")) + (build-commands + . #("sysrc nginx_enable=YES")) + (start-command + . "nginx -c nginx.conf")) + |
