Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-video-pipeline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-video-pipeline
Commits
7284e37d
Commit
7284e37d
authored
May 15, 2018
by
Simon chen
Committed by
Simon Chen
May 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create the init daemon configurations
parent
5358ce0e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
+34
-0
config/ingest.conf
+17
-0
config/youtubecallback.conf
+17
-0
No files found.
config/ingest.conf
0 → 100644
View file @
7284e37d
# Copyright 2018 edx.org, Inc. or its affiliates. All Rights Reserved.
description
"EDX video pipeline ingest service"
author
"veda-dev@edx.org"
start
on
(
runlevel
[
345
]
and
started
network
)
stop
on
(
runlevel
[!
345
]
or
stopping
network
)
respawn
respawn
limit
10
60
script
export
NEW_RELIC_CONFIG_FILE
=/
home
/
ec2
-
user
/
edx
-
video
-
pipeline
/
veda_newrelic
.
ini
export
DJANGO_SETTINGS_MODULE
=
'VEDA.settings.production'
export
PYTHONPATH
=
'/home/ec2-user/edx-video-pipeline'
exec
newrelic
-
admin
run
-
program
/
home
/
ec2
-
user
/
edx
-
video
-
pipeline
/
bin
/
ingest
&> /
home
/
ec2
-
user
/
logs
/
ingest
.
out
end
script
config/youtubecallback.conf
0 → 100644
View file @
7284e37d
# Copyright 2018 edx.org, Inc. or its affiliates. All Rights Reserved.
description
"EDX video pipeline youtube callback service"
author
"veda-dev@edx.org"
start
on
(
runlevel
[
345
]
and
started
network
)
stop
on
(
runlevel
[!
345
]
or
stopping
network
)
respawn
respawn
limit
10
60
script
export
NEW_RELIC_CONFIG_FILE
=/
home
/
ec2
-
user
/
edx
-
video
-
pipeline
/
veda_newrelic
.
ini
export
DJANGO_SETTINGS_MODULE
=
'VEDA.settings.production'
export
PYTHONPATH
=
'/home/ec2-user/edx-video-pipeline'
exec
newrelic
-
admin
run
-
program
/
home
/
ec2
-
user
/
edx
-
video
-
pipeline
/
bin
/
youtubecallback
&> /
home
/
ec2
-
user
/
logs
/
youtube
.
out
end
script
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment