代码拉取完成,页面将自动刷新
Scripts
Start/Stop? ?
init.d script (Debian, Ubuntu and BSD deratives)
runscript (Gentoo and other runscript compatible systems)
On Torrent Completion
Transmission can be set to invoke a script when downloads complete.
The environment variables supported are:
TR_APP_VERSION
TR_TIME_LOCALTIME
TR_TORRENT_DIR
TR_TORRENT_HASH
TR_TORRENT_ID
TR_TORRENT_NAME
首先要改变transmission运行的用户:
vi /etc/init.d/transmission-daemon
USER=XXX
配置文件权限: chown xxx:xxx /etc/transmission-daemon/settings.json
当设定好运行脚本后,要注意:
当执行脚本时,当前工作目录为 /目录,一此读写可能不能正常,shell脚本能
正常工作,当运行python脚本时,import非标准库时,由于当前工作目录的关系,
会发生导入模块失败,及文件读写失败,可用:1. shell脚本中用cd xxx,然后
调用 python xxx.py (试过成功); 2. 直接用python script, 但在最先加入:
os.chdir(os.path.dirname(os.path.realpath(__file__)))来改变当前工作目录,
从而能够找到相关模块。
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。