Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
open-build-service-debian
Manage
Activity
Members
Labels
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
obs
open-build-service-debian
Commits
4a158c4f
Commit
4a158c4f
authored
8 years ago
by
Andrew Lee (李健秋)
Browse files
Options
Downloads
Patches
Plain Diff
Fixed obs-worker failed to start issue. (Closes: #851761)
parent
ea62f32f
No related branches found
No related tags found
Loading
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/obs-worker.dir
+1
-0
1 addition, 0 deletions
debian/obs-worker.dir
debian/obs-worker.obsworker.default
+1
-1
1 addition, 1 deletion
debian/obs-worker.obsworker.default
debian/obs-worker.obsworker.init
+1
-1
1 addition, 1 deletion
debian/obs-worker.obsworker.init
with
3 additions
and
2 deletions
debian/obs-worker.dir
0 → 100644
+
1
−
0
View file @
4a158c4f
/run/obs
This diff is collapsed.
Click to expand it.
debian/obs-worker.obsworker.default
+
1
−
1
View file @
4a158c4f
...
...
@@ -78,7 +78,7 @@ OBS_WORKER_TEST_MODE=""
#
# This is /run by default
#
OBS_RUN_DIR="/
srv
/obs
/run
"
OBS_RUN_DIR="/
run
/obs"
## Path: Applications/OBS
## Description: The base for OBS logging directory
...
...
This diff is collapsed.
Click to expand it.
debian/obs-worker.obsworker.init
+
1
−
1
View file @
4a158c4f
...
...
@@ -212,7 +212,7 @@ case "$1" in
start
)
# reset screenrc
mkdir
-p
"
$obsrundir
"
chown
obs
run:obsrun
"
$obsrundir
"
chown
obs
worker:obsworker
"
$obsrundir
"
rm
-rf
"
$workerdir
"
mkdir
-p
"
$workerbootdir
"
echo
"zombie on"
>
$screenrc
...
...
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