Subversion Repositories SmartDukaan

Rev

Rev 2002 | Rev 2861 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2002 Rev 2859
Line 7... Line 7...
7
/usr/bin/python2.6 -u /root/code/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py >> logistics.log 2>&1 &
7
/usr/bin/python2.6 -u /root/code/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py >> logistics.log 2>&1 &
8
/usr/bin/python2.6 -u /root/code/trunk/PyProj/src/shop2020/helpers/impl/HelperServer.py >>  helpers.log 2>&1 &
8
/usr/bin/python2.6 -u /root/code/trunk/PyProj/src/shop2020/helpers/impl/HelperServer.py >>  helpers.log 2>&1 &
9
/usr/bin/python2.6 -u /root/code/trunk/PyProj/src/shop2020/payments/PaymentsServer.py >> payments.log 2>&1 &
9
/usr/bin/python2.6 -u /root/code/trunk/PyProj/src/shop2020/payments/PaymentsServer.py >> payments.log 2>&1 &
10
/usr/bin/python2.6 -u /root/code/trunk/PyProj/src/shop2020/model/v1/user/PromotionServer.py >> promotion.log 2>&1 &
10
/usr/bin/python2.6 -u /root/code/trunk/PyProj/src/shop2020/model/v1/user/PromotionServer.py >> promotion.log 2>&1 &
11
/usr/bin/python2.6 -u /root/code/trunk/PyProj/src/shop2020/helpers/impl/EmailSender.py >>  emailsender.log 2>&1 &
11
/usr/bin/python2.6 -u /root/code/trunk/PyProj/src/shop2020/helpers/impl/EmailSender.py >>  emailsender.log 2>&1 &
-
 
12
/usr/bin/python2.6 -u /root/code/trunk/PyProj/src/shop2020/warehouse/main/WarehouseServer.py >>  warehouse.log 2>&1 &