Closed bryanenders closed 1 year ago
As I mentioned in the chat the --build
mutage-compose parameters doesn't seem to be supported when using 0.16.0
. I upgraded to 0.16.3
and everything worked good. If that's the case it might be good to pin the mutage-compose version in the readme so people are aware of this requirement.
Why
If I send the interrupt (^C) or quit (^) signal while bin/init is initializing Reticulum, the other services will be initialized. This is because
mix
does not return exit codes.What
trapped-mix
for mix that traps SIGINT and SIGQUITtrapped-mix
inbin/init