[Unit] Description=University ERP Laravel scheduler After=network.target [Service] Type=simple User=www-data WorkingDirectory=/var/www/university-erp/current ExecStart=/usr/bin/php artisan schedule:work Restart=always RestartSec=5 StandardOutput=append:/var/log/university-erp-scheduler.log StandardError=append:/var/log/university-erp-scheduler.log [Install] WantedBy=multi-user.target