12urenloop / cvc

Application to count laps based on bluetooth dongle detection.
22 stars 9 forks source link

Daemonize CountVonCount #179

Open fbegyn opened 7 years ago

fbegyn commented 7 years ago

Could be handy to prevent a unintended ctrl-c from crashing the entire event.

ninewise commented 7 years ago

I wouldn't integrate this in count-von-count, when the same can be accomplished with

abduco -n count-von-count bash -c "count-von-count > logs"
tail -f logs 

or tmux/screen for the less fortunate.

I used to run count-von-count like this, because people like @nudded and @Silox were in the same room.

TomNaessens commented 7 years ago

What is this nasty Haskell debugging output? Better stop this quick. Ctrl-C. There.

fbegyn commented 6 years ago

Until this is documented somewhere or some kind of daemonisation is introduced, this issue remains open for me. If the solution is to use sessions, it should be mentioned somewhere other then this issue.