Fix git-daemon service complaints.
This commit is contained in:
		
							parent
							
								
									d8366d2ca2
								
							
						
					
					
						commit
						a6b408d866
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
					@ -7,12 +7,10 @@ ExecStart=/usr/bin/git daemon --reuseaddr --export-all --base-path={{ repo_dir }
 | 
				
			||||||
Restart=always
 | 
					Restart=always
 | 
				
			||||||
RestartSec=500ms
 | 
					RestartSec=500ms
 | 
				
			||||||
 | 
					
 | 
				
			||||||
StandardOutput=syslog
 | 
					 | 
				
			||||||
StandardError=syslog
 | 
					 | 
				
			||||||
SyslogIdentifier=git-daemon
 | 
					SyslogIdentifier=git-daemon
 | 
				
			||||||
 | 
					
 | 
				
			||||||
User=nobody
 | 
					User=git
 | 
				
			||||||
Group=nogroup
 | 
					Group=git
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Install]
 | 
					[Install]
 | 
				
			||||||
WantedBy=multi-user.target
 | 
					WantedBy=multi-user.target
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue