Changes between Version 7 and Version 8 of UserGuide/Service/systemd


Ignore:
Timestamp:
11/03/2015 12:30:09 PM (8 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuide/Service/systemd

    v7 v8  
    6969}}} 
    7070 
     71 * You may wish to modify the above `umask` as it applies to any files downloaded by deluged. 
     72  * 007 grants full access to the user and members of the group deluged is running as (in this case deluge) and prevents access from all other accounts. 
     73  * 022 grants full access to the user deluged is running as and only read access to other accounts. 
     74  * 000 grants full access to all accounts. 
     75 Refer to [http://en.wikipedia.org/wiki/Umask#Octal_umasks Wikipedia] for details of possible values and their effects. Deluged must be stopped and started instead of just restarted after changes. If you enable logging, as described later in this page, the umasks specified here also affect the permissions of newly created logs. 
     76 
    7177Now start the service, verify it is running and enable it to start up on boot: 
    7278{{{ 
     
    7581systemctl enable deluged 
    7682}}} 
    77  
    78  * You may wish to modify the above `umask` as it applies to any files downloaded by deluged. 
    79   * 007 grants full access to the user and members of the group deluged is running as (in this case deluge) and prevents access from all other accounts. 
    80   * 022 grants full access to the user deluged is running as and only read access to other accounts. 
    81   * 000 grants full access to all accounts. 
    82  Refer to [http://en.wikipedia.org/wiki/Umask#Octal_umasks Wikipedia] for details of possible values and their effects. Deluged must be stopped and started instead of just restarted after changes. If you enable logging, as described later in this page, the umasks specified here also affect the permissions of newly created logs. 
    83  
    8483 
    8584== Deluge Web UI (deluge-web) Service ==