Skip to content

Commit

Permalink
Merge pull request #7 from KillahB33/fix-restart
Browse files Browse the repository at this point in the history
fixing restart with supervisor socket
  • Loading branch information
KillahB33 authored Sep 11, 2024
2 parents 0a7cebc + c6a73cf commit 051023c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions supervisord.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[supervisord]
nodaemon=true

[unix_http_server]
file=/app/supervisord.sock

[supervisorctl]
serverurl=unix:///app/supervisord.sock

[program:sptserver]
command=/app/SPT.Server.exe
stdout_logfile=/dev/fd/1
Expand Down

0 comments on commit 051023c

Please sign in to comment.