mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-31 10:21:09 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			342 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			342 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable 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
 | 
