Changes between Version 4 and Version 5 of Scripts/initd
- Timestamp:
- Dec 14, 2008, 4:44:33 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripts/initd
v4 v5 6 6 chmod +x /etc/init.d/transmission-daemon 7 7 }}} 8 Don't forget to set USERNAME to the name of the user you want to run Transmission under. 8 9 9 10 == Use == … … 15 16 {{{ 16 17 /etc/init.d/transmission-daemon stop 17 }}}18 19 Do it the fancy way and let transmission start at boot-time. To do so you can use a tool like update-rc.d to update your runlevels:20 {{{21 update-rc.d defaults transmission-daemon22 18 }}} 23 19 … … 48 44 # The folder where Transmission stores the config 49 45 # ONLY change this you have it at a non-default location 50 #TRANSMISSION_HOME="/ etc/transmission-daemon"46 #TRANSMISSION_HOME="/var/config/transmission-daemon" 51 47 #TRANSMISSION_WEB_HOME="/usr/local/share/" 52 48