Switch projectors on and off at a specified time
				
			 
			
		 
		
		
		
		
		
		
			25개 이상의 토픽을 선택하실 수 없습니다.
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | [Unit]
Description=Switch projectors on and off 
After=multi-user.target
[Service]
Type=idle
User=pi
ExecStart=/usr/bin/python3 /home/pi/ir-remote-timer/ir-remote-timer.py > /home/pi/ir-remote-timer.log 2>&1
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target
 |