coppit

Results 5 issues of coppit

runas.sh refers to [`setuser`, from the phusion base image](https://github.com/phusion/baseimage-docker/blob/master/image/bin/setuser). Remove that dependency.

Wrap all the vars in quotes. This fixed a handbrake failure I had.

This allows me to give 8 CPUs to the container, but still browse the web in my VM. Not quite good enough to play a game though. The user can...

Adds a state file in the config dir to record which files have already been processed. That way if files are already in the watch folder, then a new file...

One thing I noticed about the current inotify monitoring is that if I copied a big file from my array into the cache drive watch folder, HandBrake would start working...