binhex / arch-rtorrentvpn

Docker build script for Arch Linux base with ruTorrent, rTorrent, autodl-irssi, Privoxy and OpenVPN
GNU General Public License v3.0
239 stars 36 forks source link

Possible to just restart ruTorrent without restarting rTorrent ? #108

Closed TRaSH- closed 5 years ago

TRaSH- commented 5 years ago

Is it Possible to just restart ruTorrent without restarting rTorrent ? Would be nice if that could be possible when i add a theme or plugin so it picks it up.

fryfrog commented 5 years ago

The dumb way, you can probably just docker exec in and kill -HUP the nginx and/or php-fpm PID.

binhex commented 5 years ago

not easily without using docker exec, as fryfrog suggests.