Changes between Version 5 and Version 6 of Scripts/initd
- Timestamp:
- Dec 14, 2008, 4:46:06 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripts/initd
v5 v6 41 41 # http://trac.transmissionbt.com/wiki/EnvironmentVariables 42 42 43 44 # The folder where Transmission stores the config45 # ONLY change this you have it at a non-default location46 #TRANSMISSION_HOME="/var/config/transmission-daemon"47 #TRANSMISSION_WEB_HOME="/usr/local/share/"48 49 43 # The name of the user that should run Transmission 50 44 USERNAME=nobody … … 54 48 # ----- *ADVANCED* CONFIGURATION ----- 55 49 # Only change these options if you know what you are doing! 50 # 51 # The folder where Transmission stores the config & web files 52 # ONLY change this you have it at a non-default location 53 #TRANSMISSION_HOME="/var/config/transmission-daemon" 54 #TRANSMISSION_WEB_HOME="/usr/local/share/" 56 55 # 57 56 # PATH should only include /usr/* if it runs after the mountnfs.sh script.