[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