mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-30 18:01:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			209 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			209 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
| [Unit]
 | |
| Description=Run my custom task at shutdown only
 | |
| After=syslog.target 
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| ExecStart=/usr/bin/python3 /usr/bin/lcd_control_start.py
 | |
| RemainAfterExit=yes
 | |
| 
 | |
| [Install]
 | |
| WantedBy=basic.target | 
