mirror of
https://github.com/ViViDboarder/hassio-addon-rclone.git
synced 2024-11-01 10:56:37 +00:00
6 lines
89 B
Plaintext
Executable File
6 lines
89 B
Plaintext
Executable File
#! /usr/bin/with-contenv bashio
|
|
|
|
bashio::log.info "Starting cron..."
|
|
|
|
exec crond -f -d 8
|