ekho / docker-utorrent

Docker image to run the utorrent server
MIT License
40 stars 17 forks source link

PID 1 / persist settings #5

Closed lolboxen closed 6 years ago

lolboxen commented 6 years ago

I noticed anytime I restarted the container all of my settings reset to defaults. After changing the entrypoint to ensure utorrent runs as PID 1 settings started to save properly. Seems settings will only save on application exit if it receives SIG* message.

ekho commented 6 years ago

Thanks!