mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-31 10:21:09 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			143 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			143 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
| [Unit]
 | |
| Description=Enable OMV backup
 | |
| 
 | |
| [Service]
 | |
| ExecStart = nohup /myapps/omv_backup.py -b > /dev/null  2>&1 &
 | |
| 
 | |
| [Install]
 | |
| WantedBy=basic.target | 
