fixed website not starting on reboot

This commit is contained in:
baritone 2025-04-01 23:11:24 +02:00
parent 2fa176db17
commit 7f08d8e02f

View file

@ -53,6 +53,8 @@ in {
wantedBy = ["multi-user.target"]; wantedBy = ["multi-user.target"];
script = '' script = ''
echo "Sleeping for 25 seconds to allow forgejo to start"
${pkgs.busybox}/bin/sleep 25
echo "Making temporary folder" echo "Making temporary folder"
path=$(mktemp -d) path=$(mktemp -d)
echo "Cloning repo" echo "Cloning repo"