customer_review/customer_review.service

14 lines
264 B
SYSTEMD
Raw Normal View History

2023-12-04 12:09:51 -05:00
[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