Initial commit

This commit is contained in:
Jamie Curnow
2017-12-21 09:02:37 +10:00
parent dc830df253
commit 6e7435c35d
140 changed files with 19554 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
s6-svscanctl -t /var/run/s6/services
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/with-contenv bash
cd /srv/manager
node --abort_on_uncaught_exception --max_old_space_size=250 /srv/manager/src/backend/index.js
+1
View File
@@ -0,0 +1 @@
/bin/true
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bash
mkdir -p /tmp/nginx /config/{nginx,logs,access} /var/lib/nginx/cache/{public,private}
chown root /tmp/nginx
exec nginx