Changes between Version 15 and Version 16 of Scripts/initd
- Timestamp:
- Jan 10, 2009, 2:24:03 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripts/initd
v15 v16 1 1 = init.d Script = 2 == Notes == 2 (for other scripts, see the [wiki:Scripts] page) 3 == Description == 4 === Installation === 3 5 This should be installed at {{{/etc/init.d/}}} as {{{transmission-daemon}}}. 4 6 Make the script executable: … … 6 8 chmod +x /etc/init.d/transmission-daemon 7 9 }}} 8 Don't forget to set USERNAME to the name of the user you want to run Transmission under. 9 10 == Use == 10 11 === Configuration === 12 It's ''recommended'' to run Transmission in it's own user. By default, the script is configured to 'transmission'. For the sake of security you shouldn't set a password on this user 13 Try: 14 {{{ 15 $ adduser --disabled-password transmission 16 }}} 17 18 However, you can also set the {{{USERNAME}}} to any user you prefer. 19 20 For more information, visit the [HeadlessUsage Running Transmission on a headless machine] page 21 === Use === 11 22 Start and stop it manually by calling the init-script yourself. 12 23 {{{ … … 48 59 # The name of the user that should run Transmission. 49 60 # It's RECOMENDED to run Transmission in it's own user, 50 # by default, this is isset to 'transmission'.61 # by default, this is set to 'transmission'. 51 62 # For the sake of security you shouldn't set a password 52 63 # on this user