add service file
This commit is contained in:
parent
865325bd7d
commit
e350170e5a
13
sales_walk.service
Normal file
13
sales_walk.service
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Deno API Sales Walk
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/home/ptrowbridge/.deno/bin/deno run --allow-all /opt/sales_bridge/api.ts
|
||||||
|
WorkingDirectory=/opt/sales_bridge
|
||||||
|
Restart=always
|
||||||
|
User=ptrowbridge
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue
Block a user