1
0

chore: package

This commit is contained in:
2025-07-05 01:34:59 +02:00
parent 8e324b2a1f
commit 9e411cee54
16 changed files with 424 additions and 4 deletions

9
s6/crond/run Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash -eu
# specific to alpine, won't work with debian
# place crontab /!\ UTC time
printf "ping=\"curl -fsS -m 10 --retry 5 -o /dev/null ${HC_PING}\"\n${SCHEDULE} /app/scripts/runjob.sh && \${ping} || \${ping}/fail \n" | crontab -
# start cron
crond -f

4
s6/sqlpage/run Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh -eu
/app/bootstrap -c /app/sqlpage/sqlpage.json