4 lines
207 B
Plaintext
4 lines
207 B
Plaintext
@reboot "${HOME}/start-qortal-core.sh"
|
|
@reboot sleep 399 && "${HOME}/auto-fix-qortal.sh" > "${HOME}/auto-fix-startup.log" 2>&1
|
|
1 1 */3 * * "${HOME}/auto-fix-qortal.sh" > "${HOME}/log-auto-fix-cron.log" 2>&1
|