Files
netoik-git/files/sbin/gitea_web_notify
2026-04-12 11:19:57 +02:00

13 lines
194 B
Bash

#!/usr/bin/env bash
# Display commands, exit on error and enable job control
set -xem
gitea web &
until curl --fail --head http://localhost:3000
do
sleep 1
done
systemd-notify --ready
fg %1