Skip to content

Commit 021efe4

Browse files
dbieberclaude
andcommitted
Fix supervisor socket path
- Update serverurl in supervisord.conf to use /tmp/supervisor.sock - Simplify path for better compatibility across environments 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a25cb81 commit 021efe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gonotego/supervisord.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pidfile=/tmp/supervisord.pid
1717
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
1818

1919
[supervisorctl]
20-
serverurl=unix:///tmp/gonotego/supervisor.sock
20+
serverurl=unix:///tmp/supervisor.sock
2121
history_file=/home/pi/code/github/dbieber/GoNoteGo/.sc_history
2222
username=go
2323
password=notego

0 commit comments

Comments
 (0)