You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there :)
How can i start chat.php permanently ?
If i start it via bash ( ./chat.php ),
it will quit after STRG+C or closing the bashwindow :(
I hope, anyone had an idea.
BR Wojtek
Original issue reported on code.google.com by [email protected] on 28 May 2009 at 1:37
The text was updated successfully, but these errors were encountered:
Run it with screen.
Check the man page for usage but its basically just screen ./chat.php and then
press
ctrl-d then a to send it to the background and it wont exit after exiting ssh.
The alternative is to make it rely on pnctl in PHP to do it automatically, but
that
probably means recompiling PHP to enable it.
Original issue reported on code.google.com by
[email protected]
on 28 May 2009 at 1:37The text was updated successfully, but these errors were encountered: