startup script
Some checks failed
Build and Push Docker Image / build (push) Failing after 10s

This commit is contained in:
2025-10-19 23:37:51 -07:00
parent bbde15ddab
commit 08336f5f09

11
startup.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -e
# Start cron in background
service cron start
# Optional: show cron jobs for debug
crontab -l
# Start Duplicati (foreground so container stays alive)
exec /init