10 lines
		
	
	
		
			153 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			153 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| # vim:ft=systemd:
 | |
| [Unit]
 | |
| Description=Dotfile fetch service
 | |
| 
 | |
| [Service]
 | |
| ExecStart=git --git-dir=%h/.dotfiles/.git fetch
 | |
| 
 | |
| [Install]
 | |
| WantedBy=default.target
 |