mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	systemd dependency on db (#3973)
This commit is contained in:
		
							parent
							
								
									2e3390f06e
								
							
						
					
					
						commit
						d93c2459a4
					
				| @ -15,6 +15,10 @@ | |||||||
| # specific language governing permissions and limitations | # specific language governing permissions and limitations | ||||||
| # under the License. | # under the License. | ||||||
| 
 | 
 | ||||||
|  | # Do not modify this file as your changes will be lost in the next CSM update. | ||||||
|  | # If you need to add specific dependencies to this service unit do it in the | ||||||
|  | # /etc/systemd/system/cloudstack-management.service.d/ directory | ||||||
|  | 
 | ||||||
| [Unit] | [Unit] | ||||||
| Description=CloudStack Agent | Description=CloudStack Agent | ||||||
| Documentation=http://www.cloudstack.org/ | Documentation=http://www.cloudstack.org/ | ||||||
|  | |||||||
| @ -16,10 +16,16 @@ | |||||||
| # under the License. | # under the License. | ||||||
| 
 | 
 | ||||||
| # Systemd unit file for CloudStack Management server | # Systemd unit file for CloudStack Management server | ||||||
|  | # Do not modify this file as your changes will be lost in the next CSM update. | ||||||
|  | # If you need to add specific dependencies to this service unit do it in the | ||||||
|  | # /etc/systemd/system/cloudstack-management.service.d/ directory | ||||||
|  | # If you know that either mysql or mariadb is running on this system is a good idea to | ||||||
|  | # add a Requires dependency there. Check systemd documentation for details | ||||||
| 
 | 
 | ||||||
| [Unit] | [Unit] | ||||||
| Description=CloudStack Management Server | Description=CloudStack Management Server | ||||||
| After=syslog.target network.target | After=syslog.target network.target mariadb.service mysqld.service mysql.service | ||||||
|  | Wants=mariadb.service mysqld.service mysql.service | ||||||
| 
 | 
 | ||||||
| [Service] | [Service] | ||||||
| UMask=0022 | UMask=0022 | ||||||
|  | |||||||
| @ -15,11 +15,18 @@ | |||||||
| # specific language governing permissions and limitations | # specific language governing permissions and limitations | ||||||
| # under the License. | # under the License. | ||||||
| 
 | 
 | ||||||
|  | # Systemd unit file for CloudStack Management server | ||||||
|  | # Do not modify this file as your changes will be lost in the next CSM update. | ||||||
|  | # If you need to add specific dependencies to this service unit do it in the | ||||||
|  | # /etc/systemd/system/cloudstack-management.service.d/ directory | ||||||
|  | # If you know that either mysql or mariadb is running on this system is a good idea to | ||||||
|  | # add a Requires dependency there. Check systemd documentation for details | ||||||
|  | 
 | ||||||
| [Unit] | [Unit] | ||||||
| Description=CloudStack Usage Server | Description=CloudStack Usage Server | ||||||
| Documentation=http://www.cloudstack.org/ | Documentation=http://www.cloudstack.org/ | ||||||
| Wants=network.target network-online.target | Wants=network.target network-online.target mariadb.service mysqld.service mysql.service | ||||||
| After=network.target network-online.target | After=network.target network-online.target mariadb.service mysqld.service mysql.service | ||||||
| 
 | 
 | ||||||
| [Service] | [Service] | ||||||
| Type=simple | Type=simple | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user