Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ignore_user_abort(1);
  2. set_time_limit(0);
  3.  
  4. nohup php artisan serve >/dev/null 2>&1 & # Não criará o arquivo nohup.out no diretório
  5.  
  6. nohup php artisan serve & # Criará o arquivo nohup.out no diretório
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement