Docker service has trouble starting on its own. We need a pidfile="/run/docker/docker.pid" and we need to make sure the directory is created in start_pre().
pidfile="/run/docker/docker.pid"
start_pre()