Setting up the Laravel cron scheduler for automated tasks.
sudo crontab -e -u www-data
* * * * * cd /var/www/startmyvpn && php artisan schedule:run >> /dev/null 2>&1
php artisan schedule:list
php artisan schedule:work