crazy-max / docker-rtorrent-rutorrent

rTorrent and ruTorrent Docker image
MIT License
483 stars 106 forks source link

rTorrent: Allow linux screen launch #312

Closed stickz closed 8 months ago

stickz commented 8 months ago

This pull requests add the RT_DAEMON_MODE environment variable which allows the user to configure how rTorrent is launched.

rTorrent is still launched in daemon mode by default unless the user changes it. When daemon mode is disabled, rTorrent will launch in the foreground on a linux screen instead.

This has some graceful exit benefits in limited circumstances. See #311

stickz commented 8 months ago

I set system.daemon.set in the launch options instead of .rtlocal.rc. The value was not found and rTorrent failed to launch.

de666 commented 8 months ago

https://github.com/crazy-max/docker-rtorrent-rutorrent/issues/311#issuecomment-1882657695

stickz commented 8 months ago

Closing this PR off. It's not useful.