ethersphere / bee-clef

bee-clef is official ethereum clef binary wrapped and preconfigured for bee as a service
GNU General Public License v3.0
79 stars 50 forks source link

fixes to bee-clef-service #17

Closed attila-lendvai closed 3 years ago

attila-lendvai commented 3 years ago

the first patch is what i had to do to be able to use this file in the nix environment.

the nixos service now can start up any number of bee instances on the same machine.

the second patch is fixing test -f, because it's not a simple file, it was never true.

it's also deleting the file before the loop begins.

attila-lendvai commented 3 years ago

i have amended one commit to rm the ipc file using rm --force ... || true to avoid printing a spurious error in the log when the file is missing.