@@ -1,3 +1,7 @@
#!/usr/bin/fish
+## Wait for PostgreSQL
+sleep 30
+
+## Start gogs web app
/home/gituser/gogs/gogs web > /dev/null 2>&1 &