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
@@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bash
if [ ! -f /usr/sbin/cron ] && [ -f /usr/bin/apt ]; then
echo "**** Adding cron to package install list ****"
echo "cron" >> /mod-repo-packages-to-install.list
else
echo "**** cron package already installed, skipping ****"
fi
@@ -0,0 +1 @@
oneshot
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-universal-cron-add-package/run