customer_review/customer_review.service

14 lines
264 B
SYSTEMD

[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