Improvements to pulseaudio

- Add a DEBUGGING flag
- Make the location of the unix socket configurable

While I was here I moved all the priority configs in supervisord to the top. I like it better there
This commit is contained in:
Josh.5
2022-10-02 11:27:41 +00:00
committed by Josh Sunnex
parent 1cc4257dd5
commit cfd7bbda0e
13 changed files with 61 additions and 24 deletions

View File

@@ -1,8 +1,8 @@
[program:sshd]
priority=10
autostart=true
autorestart=true
priority=10
user=root
command=/usr/sbin/sshd -Ddp "%(ENV_PORT_SSH)s"
stopsignal=INT