murin Hi, I need to run this cron task: @reboot /www/server/php/73/bin/php -f /www/wwwroot/staging.dpmk.sk/fetcher.php string: @reboot meaning - Run once, at startup.
aapanel_sniper murin In this case, there is no need to use ‘crond’. You need to write this requirement as a system service, and then set it to auto-start once at boot. Specific method google search.