10 lines
		
	
	
		
			165 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			165 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
| [Unit]
 | |
| Description=Creates backups thrice a week
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| User=file_mover
 | |
| WorkingDirectory=/home/file_mover
 | |
| ExecStart=/home/file_mover/run_backups.sh
 | |
| 
 |