Subversion Repositories SmartDukaan

Rev

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

Rev 4700 Rev 4955
Line 47... Line 47...
47
	# Return
47
	# Return
48
	#   0 if daemon has been started
48
	#   0 if daemon has been started
49
	#   1 if daemon was already running
49
	#   1 if daemon was already running
50
	#   2 if daemon could not be started
50
	#   2 if daemon could not be started
51
        $DAEMON -u ${PROJECT_DIR}/shop2020/purchase/main/PurchaseServer.py -l /var/log/services/purchase.log -i $PIDFILE start 
51
        $DAEMON -u ${PROJECT_DIR}/shop2020/purchase/main/PurchaseServer.py -l /var/log/services/purchase.log -i $PIDFILE start 
-
 
52
        $DAEMON -u ${PROJECT_DIR}/shop2020/config/script/ConfigPropertiesReloader.py 
52
	# Add code here, if necessary, that waits for the process to be ready
53
	# Add code here, if necessary, that waits for the process to be ready
53
	# to handle requests from services started subsequently which depend
54
	# to handle requests from services started subsequently which depend
54
	# on this one.  As a last resort, sleep for some time.
55
	# on this one.  As a last resort, sleep for some time.
55
}
56
}
56
 
57