#!/usr/bin/env bash set +x # start rtorrent tmux new-session -d -s "rtorrent" -- "rtorrent -n -o import=/etc/rtorrent.rc" ttyd -s 15 -W tmux attach -t "rtorrent" & # start xmlrpc to scgi proxy nginx -c /etc/nginx/nginx.conf & # wait for any process to terminate wait -n