Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docker-deluge
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
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
apps
docker-deluge
Commits
4acf9dc5
Commit
4acf9dc5
authored
8 years ago
by
sparklyballs
Browse files
Options
Downloads
Patches
Plain Diff
fix umask
parent
e45212c1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
root/etc/services.d/deluge-web/run
+1
-1
1 addition, 1 deletion
root/etc/services.d/deluge-web/run
root/etc/services.d/deluged/run
+1
-1
1 addition, 1 deletion
root/etc/services.d/deluged/run
with
3 additions
and
2 deletions
README.md
+
1
−
0
View file @
4acf9dc5
...
@@ -73,6 +73,7 @@ Change the downloads location in the webui in Preferences->Downloads and use /do
...
@@ -73,6 +73,7 @@ Change the downloads location in the webui in Preferences->Downloads and use /do
## Versions
## Versions
+
**30.09.16:**
Fix umask.
+
**09.09.16:**
Add layer badges to README.
+
**09.09.16:**
Add layer badges to README.
+
**30.08.16:**
Use pip packages for some critical dependencies.
+
**30.08.16:**
Use pip packages for some critical dependencies.
+
**28.08.16:**
Add badges to README.
+
**28.08.16:**
Add badges to README.
...
...
This diff is collapsed.
Click to expand it.
root/etc/services.d/deluge-web/run
+
1
−
1
View file @
4acf9dc5
#!/usr/bin/with-contenv bash
#!/usr/bin/with-contenv bash
umask
0
00
2
umask
0
2
2
exec
\
exec
\
s6-setuidgid abc /usr/bin/deluge-web
\
s6-setuidgid abc /usr/bin/deluge-web
\
...
...
This diff is collapsed.
Click to expand it.
root/etc/services.d/deluged/run
+
1
−
1
View file @
4acf9dc5
#!/usr/bin/with-contenv bash
#!/usr/bin/with-contenv bash
umask
0
00
2
umask
0
2
2
exec
\
exec
\
s6-setuidgid abc /usr/bin/deluged
-c
/config
\
s6-setuidgid abc /usr/bin/deluged
-c
/config
\
...
...
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