fix systemd "Trailing garbage, ignoring." warning.
Environment should be a space-separated list instead of comma-separated. No need for double quoting when the values don't contain spaces.
This commit is contained in:
		
							parent
							
								
									c08baee085
								
							
						
					
					
						commit
						66d7adc3a8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -14,7 +14,7 @@ Group=git | |||
| WorkingDirectory=/home/git/gogs | ||||
| ExecStart=/home/git/gogs/gogs web | ||||
| Restart=always | ||||
| Environment="USER=git","HOME=/home/git" | ||||
| Environment=USER=git HOME=/home/git | ||||
| 
 | ||||
| [Install] | ||||
| WantedBy=multi-user.target | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue