mirror of
				https://github.com/georgyo/ifconfig.io.git
				synced 2025-10-31 10:47:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			439 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			439 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [Unit]
 | |
| Description=ifconfig.io web service
 | |
| ConditionPathExists=/opt/ifconfig.io
 | |
| After=network.target
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| User=root
 | |
| Group=root
 | |
| Environment="GIN_MODE=release"
 | |
| Restart=on-failure
 | |
| RestartSec=10
 | |
| startLimitIntervalSec=60
 | |
| 
 | |
| WorkingDirectory=/opt/ifconfig.io
 | |
| ExecStart=/opt/ifconfig.io/server
 | |
| 
 | |
| PermissionsStartOnly=true
 | |
| StandardOutput=syslog
 | |
| StandardError=syslog
 | |
| SyslogIdentifier=web-server
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |