2023-09-11 11:22:58 -04:00
|
|
|
[Unit]
|
2023-10-18 15:00:33 -04:00
|
|
|
Description=Deno API Sales Walk v2
|
2023-09-11 11:22:58 -04:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2023-10-18 15:00:33 -04:00
|
|
|
ExecStart=/home/ptrowbridge/.deno/bin/deno run --allow-all /opt/sales_bridge_2/api.ts
|
|
|
|
WorkingDirectory=/opt/sales_bridge_2
|
2023-09-11 11:22:58 -04:00
|
|
|
Restart=always
|
|
|
|
User=ptrowbridge
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|