You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							14 lines
						
					
					
						
							345 B
						
					
					
				
			
		
		
	
	
							14 lines
						
					
					
						
							345 B
						
					
					
				| # Should be copied to /lib/systemd/system/ then enabled with
 | |
| # sudo systemctl enable shepherd.service
 | |
| [Unit]
 | |
| Description=Monitoring and control service for remote nodes
 | |
| After=multi-user.target
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| Environment=PYTHONUNBUFFERED=true
 | |
| ExecStart=/usr/local/bin/shepherd /home/pi/shepherd.toml
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |