mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-10-31 16:32:12 +08:00 
			
		
		
		
	* feat: set docs openim-server url address fix Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * fix: add openim code fix Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --------- Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			577 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			577 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=OPENIM OPENIM CMDUTILS
 | |
| Documentation=Utility toolkit for common OpenIM command-line operations.
 | |
| Documentation=https://github.com/openimsdk/open-im-server/blob/main/deployment/init/README.md
 | |
| 
 | |
| [Service]
 | |
| WorkingDirectory=${OPENIM_DATA_DIR}/openim-cmdutils
 | |
| ExecStartPre=/usr/bin/mkdir -p ${OPENIM_DATA_DIR}/openim-cmdutils
 | |
| ExecStartPre=/usr/bin/mkdir -p ${OPENIM_LOG_DIR}
 | |
| ExecStart=${OPENIM_INSTALL_DIR}/bin/openim-cmdutils --config=${OPENIM_CONFIG_DIR}/openim-cmdutils.yaml
 | |
| Restart=always
 | |
| RestartSec=5
 | |
| StartLimitInterval=0
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |