mirror of
https://github.com/ViViDboarder/hassio-addon-rclone.git
synced 2024-12-23 12:07:44 +00:00
6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
|
#! /usr/bin/with-contenv bashio
|
||
|
|
||
|
bashio::log.info "Starting cron..."
|
||
|
|
||
|
exec crond -f -l 8
|