talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia.watch
MIT License
128 stars 62 forks source link

Adds teosd.service to run teos as daemon #176

Closed sr-gi closed 1 year ago

sr-gi commented 1 year ago

This builds on top of the work from the work by @decentralizedb and @jochemin in #138. It is mainly just re-arranging the code and readmes to fit https://github.com/talaia-labs/rust-teos/pull/138#pullrequestreview-1195570409, but they did all the heavy lifting.

Close #138

sr-gi commented 1 year ago

@jochemin @decentralizedb you may want to give this a look

sr-gi commented 1 year ago

Hey @jochemin @decentralizedb @lunaticoin, this is the only thing blocking v0.2.0, can you give it a try?

decentralizedb commented 1 year ago

I tried this configuration, and it worked. Just one comment, the lines: After=bitcoind.service After=network.target

It's equivalent to having: After=network.target bitcoind.service

I suggest changing it because it's clearer to read putting both options on the same line. For the rest, everything worked without any problem.

sr-gi commented 1 year ago

Addressed comments and rebased master