codenotary / immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
https://immudb.io
Other
8.57k stars 345 forks source link

update daemon #830

Open jiangjiali opened 3 years ago

jiangjiali commented 3 years ago

github.com/takama/daemon v1.0.0

The version has been updated. I hope the author can update it

mmeloni commented 3 years ago

Thanks @jiangjiali, I think this is not a bug. The takama/daemon version we are using is slightly different from the original one and it's not seems to be compatible with the one we have.

jiangjiali commented 3 years ago

Then include it in the project in order to have other problems.

dmacvicar commented 3 years ago

The main problem with updating the daemon library is that there is a new argument to decide which type of daemon it is (system wide, running in user session, etc) which are different across operating systems. A discussion of what type of daemon should be installed in each case is the first step to port the code to the latest version of the library.