直接在rtorrent里面写screen rtorrent 无法完成启动 有两个原因
首先 screen会报
"Must be connected to a terminal"
这个可以通过加-m参数解决
其次 这样启动的rtorrent不能正确的载入rtorrent.rc 需要用-o参数指定。
完整的命令为
[bash]screen -d -m /usr/local/bin/rtorrent -n -o import=/root/.rtorrent.rc &[/bash]
1 |
chroot /opt/debian6/ screen -d -m bash -c "export LANG=zh_CN.UTF-8;cd /data/torrent/utorrent-server-v3_0;sudo -Hu nobody ./utserver" |