aboutsummaryrefslogtreecommitdiffstats
path: root/examples/build-manifest
blob: 0e18f583226dbfc42bc481e56ceea6dced899240 (plain)
1
2
3
4
5
6
7
8
9
((packages
  . #("nginx"))
 (files
  . #("nginx.conf:/etc/nginx/nginx.conf"))
 (build-commands
  . #("sysrc nginx_enable=YES"))
 (start-command
  . "nginx -c nginx.conf"))