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


Ignore:
Timestamp:
05/16/2012 03:30:10 AM (12 years ago)
Author:
DevNull
Comment:

changed /usr/bin/deluged to /usr/bin/deluge two occurrences

Legend:

Unmodified
Added
Removed
Modified
  • UserGuide/Service/Upstart

    v7 v8  
    2828env umask=007 
    2929 
    30 exec start-stop-daemon -S -c $uid:$gid -k $umask -x /usr/bin/deluged -- -d 
     30exec start-stop-daemon -S -c $uid:$gid -k $umask -x /usr/bin/deluge -- -d 
    3131}}} 
    3232 * Warning: You may wish to modify the above umask as it affects new files downloaded through deluge after it is started with this upstart job. 
     
    8282Edit the upstart job confs like so: 
    8383{{{ 
    84 exec start-stop-daemon -S -c $uid:$gid -k $umask -x /usr/bin/deluged -- -d -l /var/log/deluge/daemon.log -L warning 
     84exec start-stop-daemon -S -c $uid:$gid -k $umask -x /usr/bin/deluge -- -d -l /var/log/deluge/daemon.log -L warning 
    8585}}} 
    8686{{{