bees
bees copied to clipboard
Flush beeshash.dat on SIGUSR1
trafficstars
Afaik when killing bees or stopping via CTRL+C some amount of work is lost because beeshash.dat is flushed only every few minutes. Could you create some special signal like SIGUSR1 to flush the data and terminate?
kill -USR1 $(pidof bees)