Advertisement
Guest User

Untitled

a guest
Apr 16th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. php nohup not working
  2. nohup php merge.php 1 > /dev/null 2>&1 & echo $!
  3.  
  4. #!/bin/sh
  5.  
  6. exec php merge.php
  7.  
  8. nohup <script name> >/dev/null 2>&1 &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement