#need to daemonize this to make sure tee doesn't wait for output from here
#nohup groovix-low-memory-helper 0<&- &>/dev/null &
# if running from session-setup.d dont need to do anything fancy
# kill existing instances, might do things once per session
killall groovix-low-memory-helper
groovix-low-memory-helper &

