correctifs
This commit is contained in:
12
bin/messager.sh
Normal file
12
bin/messager.sh
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
SERVICE="messager.sh"
|
||||
pgrep -x "$SERVICE" >/tmp/messager.pid
|
||||
NB=$(wc -l < /tmp/messager.pid)
|
||||
if [ ${NB} -gt 1 ]
|
||||
then
|
||||
echo "$SERVICE is running"
|
||||
else
|
||||
echo "$SERVICE stopped"
|
||||
/var/www/html/nineskeletor/bin/console messenger:consume async --memory-limit=512m --env=prod
|
||||
fi
|
Reference in New Issue
Block a user