switch to hybrid

This commit is contained in:
aptalca
2022-08-26 12:30:09 -04:00
parent 05c92c2b1e
commit 60d4ea1368
17 changed files with 55 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/with-contenv bash
if [ -f /usr/bin/apt ]; then
# ubuntu
exec /usr/sbin/cron -f -L 1
elif [ -f /sbin/apk ]; then
# alpine
exec /usr/sbin/crond -f -S -l 5
fi
@@ -0,0 +1 @@
longrun