diff options
Diffstat (limited to 'terminaldweller.com/cgit/bootstrap/docker-entrypoint.sh')
-rwxr-xr-x | terminaldweller.com/cgit/bootstrap/docker-entrypoint.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/terminaldweller.com/cgit/bootstrap/docker-entrypoint.sh b/terminaldweller.com/cgit/bootstrap/docker-entrypoint.sh new file mode 100755 index 0000000..a6ea4d5 --- /dev/null +++ b/terminaldweller.com/cgit/bootstrap/docker-entrypoint.sh @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +. /bootstrap.sh +on_startup +crond -s -P -f |