blob: c087642689f439f07235235d1d3b29a1291df10d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=Generic isda worker service for typescript
After=network.target
Wants=network-online.target
[Service]
Type=simple
User=isdaw
ExecStart=deno run -A /usr/lib/isdaw/%i.ts $WORKERWS
Environment=WORKERWS=ws://127.0.0.1:44794/worker_ws
[Install]
WantedBy=multi-user.target
|