Fix cron not running (#62)

This commit is contained in:
Alex Justesen
2022-10-21 11:59:04 -04:00
committed by GitHub
parent 58c160e270
commit ba2ae9f4e9
5 changed files with 5 additions and 4 deletions
@@ -0,0 +1 @@
startup
@@ -1,3 +1,3 @@
#!/command/execlineb -P
#!/command/with-contenv bash
echo "⏰ Starting the cron service..."
cron -f -l 8
s6-setuidgid root /usr/sbin/cron -f -l 8
@@ -1 +1 @@
longrun
longrun
@@ -1 +1 @@
startup
cron