mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-11-04 11:30:00 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			342 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			342 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Led Control service
 | 
						|
Wants=network-online.target
 | 
						|
After=network.target network-online.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=simple
 | 
						|
User=root
 | 
						|
#ExecStartPre=/bin/sleep 30
 | 
						|
ExecStart=/usr/bin/python3 /usr/bin/lcd_control.py
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
 |