ligi / IPFSDroid

Android App for the InterPlanetary File System(IPFS)
GNU General Public License v3.0
304 stars 73 forks source link

No way to stop the IPFS daemon once started #12

Closed axelsimon closed 7 years ago

axelsimon commented 8 years ago

Hi, If you install IPFSDroid and then install the daemon, it starts normally but there is no (obvious?) way of shutting it down, except rebooting the phone.

One would expect the long-term notification to take you to a menu where you can stop the daemon, or even maybe to have that option in the notification, on recent versions of Android. Thanks!

ligi commented 8 years ago

depends on https://github.com/ipfs/go-ipfs/issues/3034

jcgruenhage commented 7 years ago

From what I see in the commits, the daemon is currently killed when you want to stop it. go-ipfs added a shutdown command, you might want to use that instead.