Changes between Version 16 and Version 17 of UserGuide/Service/Upstart


Ignore:
Timestamp:
12/13/2013 12:57:26 PM (10 years ago)
Author:
Cas
Comment:

change the start on network for deluged script

Legend:

Unmodified
Added
Removed
Modified
  • UserGuide/Service/Upstart

    v16 v17  
    2727 
    2828Create the file `/etc/init/deluged.conf` with the following code and set `uid` and `gid` to the user and group you wish to run `deluged` as: 
     29 
     30''Note: 11.04 Natty users replace `static-network-up` with `stopped networking`'' 
    2931{{{ 
    3032# deluged - Deluge daemon 
     
    3638author "Deluge Team" 
    3739 
    38 start on filesystem and stopped networking 
     40start on filesystem and static-network-up 
    3941stop on runlevel [016] 
    4042