Skip to content

Commit

Permalink
Fix cron not running (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjustesen authored Oct 21, 2022
1 parent 58c160e commit ba2ae9f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docker/deploy/etc/s6-overlay/s6-rc.d/cron/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
startup
4 changes: 2 additions & 2 deletions docker/deploy/etc/s6-overlay/s6-rc.d/cron/run
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion docker/deploy/etc/s6-overlay/s6-rc.d/cron/type
Original file line number Diff line number Diff line change
@@ -1 +1 @@
longrun
longrun
Original file line number Diff line number Diff line change
@@ -1 +1 @@
startup
cron
Empty file.

0 comments on commit ba2ae9f

Please sign in to comment.