kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
				
				
				
			
		
			
				
	
	
		
			17 wiersze
		
	
	
		
			293 B
		
	
	
	
		
			INI
		
	
	
			
		
		
	
	
			17 wiersze
		
	
	
		
			293 B
		
	
	
	
		
			INI
		
	
	
| [Unit]
 | |
| Description=auto_rx
 | |
| After=syslog.target
 | |
| 
 | |
| [Service]
 | |
| ExecStart=/usr/bin/python /home/pi/radiosonde_auto_rx/auto_rx/auto_rx.py -t 0
 | |
| Restart=always
 | |
| RestartSec=120
 | |
| WorkingDirectory=/home/pi/radiosonde_auto_rx/auto_rx/
 | |
| User=pi
 | |
| SyslogIdentifier=auto_rx
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 | |
| 
 | |
| 
 |