Skip to content

Commit

Permalink
fix deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
polymorpher committed Nov 12, 2023
1 parent 55450e0 commit 2f71ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion voice/relay/deploy/log.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
journalctl -u voice-ai-relay
journalctl -u voice-ai-relay -n 1000 -f
4 changes: 2 additions & 2 deletions voice/relay/deploy/voice-ai-relay.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Environment=PORT=80 HTTPS_PORT=443
Type=simple
User=worker
WorkingDirectory=/opt/git/x/voice/relay
ExecStart=/usr/bin/node /opt/git/x/voice/relay/bin/run.js
ExecStart=/usr/bin/node --loader ts-node/esm ./bin/run.ts
Restart=on-failure

[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

0 comments on commit 2f71ffd

Please sign in to comment.