mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Properly implement the Daemon interface Initialize logging when the usage server is started as a daemon Fix a few minor startup and packaging items.
		
			
				
	
	
		
			61 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
| # Licensed to the Apache Software Foundation (ASF) under one
 | |
| # or more contributor license agreements.  See the NOTICE file
 | |
| # distributed with this work for additional information
 | |
| # regarding copyright ownership.  The ASF licenses this file
 | |
| # to you under the Apache License, Version 2.0 (the
 | |
| # "License"); you may not use this file except in compliance
 | |
| # with the License.  You may obtain a copy of the License at
 | |
| # 
 | |
| #   http://www.apache.org/licenses/LICENSE-2.0
 | |
| # 
 | |
| # Unless required by applicable law or agreed to in writing,
 | |
| # software distributed under the License is distributed on an
 | |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 | |
| # KIND, either express or implied.  See the License for the
 | |
| # specific language governing permissions and limitations
 | |
| # under the License.
 | |
| 
 | |
| DBUSER=cloud
 | |
| DBPW=cloud
 | |
| DBROOTPW=
 | |
| MSLOG=vmops.log
 | |
| APISERVERLOG=api.log
 | |
| DBHOST=localhost
 | |
| COMPONENTS-SPEC=components-premium.xml
 | |
| AWSAPILOG=awsapi.log
 | |
| REMOTEHOST=localhost
 | |
| AGENTCLASSPATH=
 | |
| AGENTLOG=/var/log/cloudstack/agent/agent.log
 | |
| AGENTLOGDIR=/var/log/cloudstack/agent/
 | |
| AGENTSYSCONFDIR=/etc/cloudstack/agent
 | |
| APISERVERLOG=/var/log/cloudstack/management/apilog.log
 | |
| AWSAPILOG=/var/log/cloudstack/awsapi/awsapi.log
 | |
| BINDIR=/usr/bin
 | |
| COMMONLIBDIR=/usr/share/cloudstack-common
 | |
| CONFIGUREVARS=
 | |
| DEPSCLASSPATH=
 | |
| DOCDIR=
 | |
| IPALOCATORLOG=/var/log/cloudstack/management/ipallocator.log
 | |
| JAVADIR=/usr/share/java
 | |
| LIBEXECDIR=/usr/libexec
 | |
| LOCKDIR=/var/lock
 | |
| MSCLASSPATH=
 | |
| MSCONF=/etc/cloudstack/management
 | |
| MSENVIRON=/usr/share/cloudstack-management
 | |
| MSLOG=/var/log/cloudstack/management/management-server.log
 | |
| MSLOGDIR=/var/log/cloudstack/management/
 | |
| MSMNTDIR=/var/cloudstack/mnt
 | |
| MSUSER=cloud
 | |
| PIDDIR=/var/run
 | |
| PLUGINJAVADIR=/usr/share/cloudstack-management/plugin
 | |
| PREMIUMJAVADIR=/usr/share/cloudstack-management/premium
 | |
| PYTHONDIR=/usr/lib/python2.6/site-packages/
 | |
| SERVERSYSCONFDIR=/etc/sysconfig
 | |
| SETUPDATADIR=/usr/share/cloudstack-management/setup
 | |
| SYSCONFDIR=/etc/sysconfig
 | |
| SYSTEMCLASSPATH=
 | |
| SYSTEMJARS=
 | |
| USAGECLASSPATH=
 | |
| USAGELOG=/var/log/cloudstack/usage/usage.log
 | |
| USAGESYSCONFDIR=/etc/sysconfig
 |