Unable to get umask working on service

General support for problems installing or using Deluge
Post Reply
brackleebunduru

Unable to get umask working on service

Post by brackleebunduru »

I have looked at the documentation and am not able to get umask to work properly on the deluge-web service.

I am currently download files owned by deluge:deluge and I am trying to get another user who is a member of the deluge group to move/clean up duplicates. Probably would have 760 permissions.

This is my service file:

Note: Am using 000 mask for testing.

Code: Select all

[Unit]
Description=Deluge Bittorrent Client Web Interface
After=network.target

[Service]
User=deluge
Group=deluge
UMask=000
ExecStart=/usr/bin/deluge-web

[Install]
WantedBy=multi-user.target
Any help would be appreciated.
sinaptika
Member
Member
Posts: 41
Joined: Thu Apr 27, 2017 6:23 pm

Re: Unable to get umask working on service

Post by sinaptika »

1.
Stop changing umask for deluge-web (deluge-web.service) and change it back to 027

2.
You should change umask for deluged (deluged.service). Deluged is the one doing the downloading, deluge-web is just the web interface.
Post Reply