In #76 we talked about configuration a bit.
How about supporting configuration via labels? It feels really like a terrible hack to me to strcmp() the container's argv[0]. Something like:
LABEL org.projectatomic.systemd=yes
?
Then we could have:
LABEL org.projectatomic.systemd.journal=persistent
too?