mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Intial commit for systemd support
This commit is contained in:
		
							
								
								
									
										18
									
								
								scripts/systemd/gogs.service
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								scripts/systemd/gogs.service
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
[Unit]
 | 
			
		||||
Description=Gogs (Go Git Service) server
 | 
			
		||||
After=syslog.target
 | 
			
		||||
After=network.target
 | 
			
		||||
#After=mysqld.service
 | 
			
		||||
#After=postgresql.service
 | 
			
		||||
#After=memcached.service
 | 
			
		||||
#After=redis.service
 | 
			
		||||
 | 
			
		||||
[Service]
 | 
			
		||||
Type=simple
 | 
			
		||||
User=git
 | 
			
		||||
Group=git
 | 
			
		||||
ExecStart=/home/git/gogs/gogs/start.sh
 | 
			
		||||
WorkingDirectory=/home/git/gogs
 | 
			
		||||
 | 
			
		||||
[Install]
 | 
			
		||||
WantedBy=multi-user.target
 | 
			
		||||
		Reference in New Issue
	
	Block a user