Subversion Repositories SmartDukaan

Rev

Rev 24392 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24392 Rev 24393
Line 4... Line 4...
4
 
4
 
5
if [ -z "$PID_PARENT" ]; then
5
if [ -z "$PID_PARENT" ]; then
6
 
6
 
7
echo "Critical : Process Not Running"
7
echo "Critical : Process Not Running"
8
 
8
 
9
python /root/code/trunk/PyDTR/src/scripts/ProfitMandiNewPushNotificationSender.py -C '500' -M '192.168.158.89'>> /tmp/profitMandiNewNotificationSender.log 2>&1 &
9
python /root/code/trunk/PyDTR/src/scripts/ProfitMandiNewPushNotificationSender.py -C '500' -M 'localhost'>> /tmp/profitMandiNewNotificationSender.log 2>&1 &
10
 
10
 
11
echo "Process not running Push Notification Sender Process restarted"
11
echo "Process not running Push Notification Sender Process restarted"
12
 
12
 
13
echo "Process Restarted"
13
echo "Process Restarted"
14
 
14