mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 01:22:08 +02:00
Merge pull request #632 from Misterblue/fix/add-get-temp-name
Add --get-temp-name to domain-server invocation in creation of Docker
This commit is contained in:
commit
d6932aa540
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ logfile_maxbytes=0
|
|||
pidfile=/var/run/supervisord.pid
|
||||
|
||||
[program:domain-server]
|
||||
command=/opt/vircadia/domain-server
|
||||
command=/opt/vircadia/domain-server --get-temp-name
|
||||
autorestart=unexpected
|
||||
directory=/opt/vircadia
|
||||
|
||||
|
|
Loading…
Reference in a new issue