Skip to content

Commit

Permalink
refactor: Removed supervisord log & pid file from /tmp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenn92 committed Feb 8, 2024
1 parent dc4dbd1 commit 562f173
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions supervisord.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[supervisord]
nodaemon=true
logfile=/tmp/supervisord.log
pidfile=/tmp/supervisord.pid
logfile_maxbytes=20971520
logfile=/dev/null
pidfile=/dev/null

[program:server]
command=yarn node /opt/app/server/main.js
Expand All @@ -24,4 +23,4 @@ redirect_stderr=true
[program:docs]
command=yarn docs-serve
autorestart=true
startretries=100
startretries=10

0 comments on commit 562f173

Please sign in to comment.