#!/usr/bin/fish

## Wait for PostgreSQL
sleep 30

## Start gogs web app
/home/gituser/gogs/gogs web > /dev/null 2>&1 &