mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
ignoring nohup messages
This commit is contained in:
parent
b80a975621
commit
34c0588b76
1 changed files with 2 additions and 2 deletions
|
@ -87,10 +87,10 @@ fi
|
||||||
|
|
||||||
# turn on tailf watcher process
|
# turn on tailf watcher process
|
||||||
if [ -f "/usr/local/bin/tailf_apache_error.php" ]; then
|
if [ -f "/usr/local/bin/tailf_apache_error.php" ]; then
|
||||||
nohup php /usr/local/bin/tailf_apache_error.php > /var/log/tailf_apache_error.log &
|
nohup php /usr/local/bin/tailf_apache_error.php > /var/log/tailf_apache_error.log 2>&1 &
|
||||||
fi
|
fi
|
||||||
if [ -f "/usr/local/bin/tailf_exim.php" ]; then
|
if [ -f "/usr/local/bin/tailf_exim.php" ]; then
|
||||||
nohup php /usr/local/bin/tailf_exim.php > /var/log/tailf_exim.log &
|
nohup php /usr/local/bin/tailf_exim.php > /var/log/tailf_exim.log 2>&1 &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue