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

latest v0.5.0 CHAINID - invalid #45

Closed TowayWei closed 3 years ago

TowayWei commented 3 years ago

bee-clef/packaging/bee-clef.service

[Service] EnvironmentFile=-/etc/default/bee-clef

needs to remove "-"

attila-lendvai commented 3 years ago

needs to remove "-"

why?

AFAIK, - there means that the file is optional; i.e. it communicates to systemd not to fail when the file is missing.

and on e.g. NixOS that file is not used (missing).