Skip to content

Commit ba2ae9f

Browse files
authored
Fix cron not running (alexjustesen#62)
1 parent 58c160e commit ba2ae9f

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
startup
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/command/execlineb -P
1+
#!/command/with-contenv bash
22
echo "⏰ Starting the cron service..."
3-
cron -f -l 8
3+
s6-setuidgid root /usr/sbin/cron -f -l 8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
longrun
1+
longrun
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
startup
1+
cron

docker/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/cron

Whitespace-only changes.

0 commit comments

Comments
 (0)