Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
engine-api
Commits
c2ca19d3
Commit
c2ca19d3
authored
4 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Initial commit.
parent
3956ecd8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
supervisord.conf
+29
-0
29 additions, 0 deletions
supervisord.conf
with
29 additions
and
0 deletions
supervisord.conf
0 → 100644
+
29
−
0
View file @
c2ca19d3
;
supervisor
config
file
[
unix_http_server
]
file
=/
opt
/
aura
/
engine
-
api
/
tmp
/
supervisor
.
sock
; (
the
path
to
the
socket
file
)
chmod
=
0700
;
sockef
file
mode
(
default
0700
)
chown
=
engineuser
:
engineuser
[
supervisord
]
logfile
=/
var
/
log
/
supervisor
/
supervisord
.
log
; (
main
log
file
;
default
$
CWD
/
supervisord
.
log
)
pidfile
=/
opt
/
aura
/
engine
/
tmp
/
supervisord
.
pid
; (
supervisord
pidfile
;
default
supervisord
.
pid
)
childlogdir
=/
var
/
log
/
supervisor
; (
'AUTO'
child
log
dir
,
default
$
TEMP
)
;
the
below
section
must
remain
in
the
config
file
for
RPC
; (
supervisorctl
/
web
interface
)
to
work
,
additional
interfaces
may
be
;
added
by
defining
them
in
separate
rpcinterface
:
sections
[
rpcinterface
:
supervisor
]
supervisor
.
rpcinterface_factory
=
supervisor
.
rpcinterface
:
make_main_rpcinterface
[
supervisorctl
]
serverurl
=
unix
:///
opt
/
aura
/
engine
-
api
/
tmp
/
supervisor
.
sock
;
use
a
unix
://
URL
for
a
unix
socket
;
The
[
include
]
section
can
just
contain
the
"files"
setting
.
This
;
setting
can
list
multiple
files
(
separated
by
whitespace
or
;
newlines
).
It
can
also
contain
wildcards
.
The
filenames
are
;
interpreted
as
relative
to
this
file
.
Included
files
*
cannot
*
;
include
files
themselves
.
[
include
]
files
= /
opt
/
aura
/
engine
-
api
/
config
/
supervisor
/*.
conf
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment