14 lines
		
	
	
		
			264 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			264 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Deno API Customer Review
 | |
| After=network.target
 | |
| 
 | |
| [Service]
 | |
| ExecStart=/home/ptrowbridge/.deno/bin/deno run --allow-all /opt/cust_review/api.ts
 | |
| WorkingDirectory=/opt/cust_review
 | |
| Restart=always
 | |
| User=ptrowbridge
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 | |
| 
 |