This commit is contained in:
11
startup.sh
Normal file
11
startup.sh
Normal 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
|
||||
Reference in New Issue
Block a user