Daemon only works in foreground

Re: Daemon only works in foreground

by Carlos Freire -
Number of replies: 0

I found the solution! This is my batch file:

#!/bin/bash
cd /var/www/moodle/mod/chat/ && /usr/bin/php chatd.php --start -l /var/log/chatd.log > /dev/null &

Average of ratings: Useful (1)