fixed website not starting on reboot
This commit is contained in:
parent
2fa176db17
commit
7f08d8e02f
|
@ -53,6 +53,8 @@ in {
|
|||
wantedBy = ["multi-user.target"];
|
||||
|
||||
script = ''
|
||||
echo "Sleeping for 25 seconds to allow forgejo to start"
|
||||
${pkgs.busybox}/bin/sleep 25
|
||||
echo "Making temporary folder"
|
||||
path=$(mktemp -d)
|
||||
echo "Cloning repo"
|
||||
|
|
Loading…
Reference in a new issue