mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 10:44:12 +01:00 
			
		
		
		
	Rephrase comment about RuntimeDirectory option (#8912)
This commit is contained in:
		
							parent
							
								
									01a4a7cb14
								
							
						
					
					
						commit
						44ec9b933a
					
				@ -51,8 +51,8 @@ Type=simple
 | 
				
			|||||||
User=git
 | 
					User=git
 | 
				
			||||||
Group=git
 | 
					Group=git
 | 
				
			||||||
WorkingDirectory=/var/lib/gitea/
 | 
					WorkingDirectory=/var/lib/gitea/
 | 
				
			||||||
# If using unix socket: Tells Systemd to create /run/gitea folder to home gitea.sock
 | 
					# If using Unix socket: tells systemd to create the /run/gitea folder, which will contain the gitea.sock file
 | 
				
			||||||
# Manual cration would vanish after reboot.
 | 
					# (manually creating /run/gitea doesn't work, because it would not persist across reboots)
 | 
				
			||||||
#RuntimeDirectory=gitea
 | 
					#RuntimeDirectory=gitea
 | 
				
			||||||
ExecStart=/usr/local/bin/gitea web --config /etc/gitea/app.ini
 | 
					ExecStart=/usr/local/bin/gitea web --config /etc/gitea/app.ini
 | 
				
			||||||
Restart=always
 | 
					Restart=always
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user