blob: d69601d446ce7b87688a06fc52fa53ddbbd4b775 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
post_install() {
cat << _EOF
If you want to run the Transmission daemon at boot,
run add_service.sh transmissiond as root.
You can edit the user and options in /etc/conf.d/transmissiond.
There is a lot of good information on setting up a web
interface proxy through lighttpd at:
http://mybookworld.wikidot.com/transmission
Configuration file editing information can be found at:
http://trac.transmissionbt.com/wiki/ConfigFiles
_EOF
}
|