15 lines
		
	
	
		
			250 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			250 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=pounce for %i
 | |
| Wants=network.target
 | |
| 
 | |
| [Service]
 | |
| User=pounce
 | |
| Group=pounce
 | |
| ExecStart=/usr/local/bin/pounce /var/lib/pounce/.config/pounce/%i
 | |
| Restart=always
 | |
| RestartSec=15
 | |
| SyslogIdentifier=pounce-%i
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |