2018-03-17 20:49:36 +01:00
|
|
|
#!/bin/execlineb -P
|
|
|
|
|
2018-04-21 23:06:16 +02:00
|
|
|
cd /srv/opendatakit-build
|
2018-03-17 20:49:36 +01:00
|
|
|
fdmove -c 2 1
|
2020-03-21 22:42:35 +01:00
|
|
|
foreground { /bin/add-ca-cert }
|
2018-09-19 16:52:29 +02:00
|
|
|
s6-setuidgid odkbuild
|
2018-03-25 23:16:06 +02:00
|
|
|
bundle exec rackup config.ru -o 0.0.0.0 -p 8080
|