Changes between Version 4 and Version 5 of UserGuide/Service


Ignore:
Timestamp:
01/29/2010 04:32:56 AM (14 years ago)
Author:
johnnyg
Comment:

update web ui command

Legend:

Unmodified
Added
Removed
Modified
  • UserGuide/Service

    v4 v5  
    1313All of this is copied from http://apocryph.org/2008/11/30/setting_deluge_headless_ubuntu_seedbox_windows_client/ Go there for more detailed information. 
    1414 
    15 Put this in /etc/default/deluge-daemon and replace <username> with your username 
     15Put this in /etc/default/deluge-daemon and set DELUGED_USER to the user you which to run deluge as 
    1616 
    1717{{{ 
     
    2020 
    2121# The init.d script will only run if this variable non-empty. 
    22 DELUGED_USER="<username>"             # !!!CHANGE THIS!!!! 
     22DELUGED_USER=""             # !!!CHANGE THIS!!!! 
    2323 
    2424# Should we run at startup? 
     
    5050NAME2="deluge" 
    5151DAEMON1=/usr/bin/deluged 
    52 DAEMON1_ARGS="-d" 
    53 DAEMON2=/usr/bin/deluge 
    54 DAEMON2_ARGS="-u web" 
     52DAEMON1_ARGS="-d"             # Consult `man deluged` for more options 
     53DAEMON2=/usr/bin/deluge-web 
     54DAEMON2_ARGS=""               # Consult `man deluge-web` for more options 
    5555PIDFILE1=/var/run/$NAME1.pid 
    5656PIDFILE2=/var/run/$NAME2.pid