/dev/null & echo $!'; $number = exec($command); echo Carbon::now()->format('d.m.Y H:i:s').": Warteschlange alt ($pid) -> neu ($$number)\n"; file_put_contents($path . '/queue.pid', $number); /* $text = "Zyklus ".Carbon::now()->format('d.m.Y H:i:s')."\n"; $mailer->raw($text, function ($message){ $message->to('m.glietsch@kortec.de') ->from('mail@marco-glietsch.de') ->subject('Zyklische Skripte'); }); */ } }