Since we currently make systemctl -> /bin/true to avoid breakage from software like glusterfs which has
%post
systemctl start glusterfs.service
However, we also lose systemctl preset processing this way - so any services which are intended to be enabled by default won't be.
I think ultimately we need to teach systemctl to have the same behavior as if it's running in mock.