mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:30:09 +00:00
Fix cron not running (#62)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user